mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -158,7 +158,7 @@ namespace OpenSim.Server.Handlers.Presence
|
||||
|
||||
return FailureResult();
|
||||
}
|
||||
|
||||
|
||||
byte[] Report(Dictionary<string, object> request)
|
||||
{
|
||||
UUID session = UUID.Zero;
|
||||
@@ -241,7 +241,7 @@ namespace OpenSim.Server.Handlers.Presence
|
||||
}
|
||||
|
||||
string xmlString = ServerUtils.BuildXmlResponse(result);
|
||||
|
||||
|
||||
//m_log.DebugFormat("[GRID HANDLER]: resp string: {0}", xmlString);
|
||||
return Util.UTF8NoBomEncoding.GetBytes(xmlString);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user