mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenSim.Data.SQLite
|
||||
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