Update svn properties. Add copyright header. Minor formatting cleanup.

This commit is contained in:
Jeff Ames
2008-11-30 00:51:40 +00:00
parent d579246257
commit 077314cdd3
5 changed files with 57 additions and 30 deletions

View File

@@ -286,7 +286,7 @@ namespace OpenSim.Data.MySQL
try
{
while(reader.Read())
while (reader.Read())
{
uuids.Add(new UUID(reader["UUID"].ToString()));
}