cosmetics, rename a few vars, etc

This commit is contained in:
UbitUmarov
2020-03-02 01:32:33 +00:00
parent 904553cdb3
commit 97cb6254ef
7 changed files with 40 additions and 37 deletions

View File

@@ -331,7 +331,7 @@ namespace OpenSim.Server.Base
int nterms = terms.Length;
if (nterms == 0)
return new Dictionary<string, object>();
return new Dictionary<string, object>();
Dictionary<string, object> result = new Dictionary<string, object>(nterms);
string name;