mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Formatting cleanup.
This commit is contained in:
@@ -205,7 +205,7 @@ namespace OpenSim.Data.SQLite
|
||||
|
||||
public void StoreRegionSettings(RegionSettings rs)
|
||||
{
|
||||
lock(ds)
|
||||
lock (ds)
|
||||
{
|
||||
DataTable regionsettings = ds.Tables["regionsettings"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user