mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -744,9 +744,9 @@ namespace OpenSim.Data.MySQL
|
||||
DataRow row = rawsettings[0];
|
||||
|
||||
RegionSettings newSettings = buildRegionSettings(row);
|
||||
newSettings.OnSave += StoreRegionSettings;
|
||||
newSettings.OnSave += StoreRegionSettings;
|
||||
|
||||
return newSettings;
|
||||
return newSettings;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -185,7 +185,7 @@ namespace OpenSim.Data.MySQL
|
||||
else
|
||||
m_FieldMap[name].SetValue(es, false);
|
||||
}
|
||||
else if(m_FieldMap[name].GetValue(es) is libsecondlife.LLUUID)
|
||||
else if (m_FieldMap[name].GetValue(es) is libsecondlife.LLUUID)
|
||||
{
|
||||
LLUUID uuid = LLUUID.Zero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user