Formatting cleanup.

This commit is contained in:
Jeff Ames
2008-05-17 00:06:35 +00:00
parent aa5197304e
commit a5f08b430d
12 changed files with 125 additions and 237 deletions

View File

@@ -257,7 +257,7 @@ namespace OpenSim.Grid.UserServer
{
appearance = GetUserAppearance(new LLUUID((string)requestData["owner"]));
responseData = appearance.ToHashTable();
}
}
else
{
responseData = new Hashtable();
@@ -280,7 +280,7 @@ namespace OpenSim.Grid.UserServer
UpdateUserAppearance(new LLUUID((string)requestData["owner"]), appearance);
responseData = new Hashtable();
responseData["returnString"] = "TRUE";
}
}
else
{
responseData = new Hashtable();