diff options
author | Jeff Ames | 2008-08-12 00:08:41 +0000 |
---|---|---|
committer | Jeff Ames | 2008-08-12 00:08:41 +0000 |
commit | f894f5d87b7f267e56436e687d0285f890a15b60 (patch) | |
tree | 8595e411bb0838fa339f3a16cc6a67ad966395c5 /OpenSim/Data/MySQL | |
parent | Patch #9163 - Refactor initial packet sending out of InnerScene into (diff) | |
download | opensim-SC_OLD-f894f5d87b7f267e56436e687d0285f890a15b60.zip opensim-SC_OLD-f894f5d87b7f267e56436e687d0285f890a15b60.tar.gz opensim-SC_OLD-f894f5d87b7f267e56436e687d0285f890a15b60.tar.bz2 opensim-SC_OLD-f894f5d87b7f267e56436e687d0285f890a15b60.tar.xz |
Minor formatting cleanup.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLInventoryData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLInventoryData.cs b/OpenSim/Data/MySQL/MySQLInventoryData.cs index 59d7858..dd4d804 100644 --- a/OpenSim/Data/MySQL/MySQLInventoryData.cs +++ b/OpenSim/Data/MySQL/MySQLInventoryData.cs | |||
@@ -805,7 +805,7 @@ namespace OpenSim.Data.MySQL | |||
805 | if (hashtable.ContainsKey(folders[i].ID)) | 805 | if (hashtable.ContainsKey(folders[i].ID)) |
806 | folders.AddRange(hashtable[folders[i].ID]); | 806 | folders.AddRange(hashtable[folders[i].ID]); |
807 | } | 807 | } |
808 | } // lock(database) | 808 | } // lock (database) |
809 | return folders; | 809 | return folders; |
810 | } | 810 | } |
811 | catch (Exception e) | 811 | catch (Exception e) |