diff options
author | Jeff Ames | 2008-09-13 22:07:07 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-13 22:07:07 +0000 |
commit | b4141f9e56a85a6df871a60921761a4848e297d1 (patch) | |
tree | 8f7139531274570b58a02d62f2acc6a6876e218c /OpenSim/Data | |
parent | Fixing a bug in DNE which caused the face-colors to be inverted when set via ... (diff) | |
download | opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.zip opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.gz opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.bz2 opensim-SC_OLD-b4141f9e56a85a6df871a60921761a4848e297d1.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Data')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteRegionData.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs index ccd712a..a8ec417 100644 --- a/OpenSim/Data/SQLite/SQLiteRegionData.cs +++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs | |||
@@ -205,7 +205,7 @@ namespace OpenSim.Data.SQLite | |||
205 | 205 | ||
206 | public void StoreRegionSettings(RegionSettings rs) | 206 | public void StoreRegionSettings(RegionSettings rs) |
207 | { | 207 | { |
208 | lock(ds) | 208 | lock (ds) |
209 | { | 209 | { |
210 | DataTable regionsettings = ds.Tables["regionsettings"]; | 210 | DataTable regionsettings = ds.Tables["regionsettings"]; |
211 | 211 | ||