mirror of
https://github.com/opensim/opensim.git
synced 2026-07-04 18:15:56 +08:00
Formatting cleanup.
This commit is contained in:
@@ -512,7 +512,7 @@ namespace OpenSim.Data.MySQL
|
||||
retval.FirstLifeImage = tmp;
|
||||
}
|
||||
|
||||
if(reader.IsDBNull(reader.GetOrdinal("webLoginKey")))
|
||||
if (reader.IsDBNull(reader.GetOrdinal("webLoginKey")))
|
||||
{
|
||||
retval.WebLoginKey = LLUUID.Zero;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user