Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-08-12 00:08:41 +00:00
parent f9945bf87f
commit f894f5d87b
6 changed files with 21 additions and 21 deletions

View File

@@ -805,7 +805,7 @@ namespace OpenSim.Data.MySQL
if (hashtable.ContainsKey(folders[i].ID))
folders.AddRange(hashtable[folders[i].ID]);
}
} // lock(database)
} // lock (database)
return folders;
}
catch (Exception e)