Massive tab and trailing space cleanup

This commit is contained in:
Melanie Thielker
2017-01-05 19:07:37 +00:00
parent e88e2945e9
commit b16abc8166
959 changed files with 23646 additions and 23646 deletions

View File

@@ -113,7 +113,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
return "homeagent/";
}
// The Login service calls this interface with fromLogin=true
// The Login service calls this interface with fromLogin=true
// Sims call it with fromLogin=false
// Either way, this is verified by the handler
public bool LoginAgentToGrid(GridRegion source, AgentCircuitData aCircuit, GridRegion gatekeeper, GridRegion destination, bool fromLogin, out string reason)
@@ -159,7 +159,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
}
public void SetClientToken(UUID sessionID, string token)
{
{
// no-op
}
@@ -416,7 +416,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
XmlRpcRequest request = new XmlRpcRequest("get_online_friends", paramList);
// string reason = string.Empty;
// Send and get reply
List<UUID> online = new List<UUID>();
XmlRpcResponse response = null;
@@ -497,7 +497,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
hash["userID"] = userID.ToString();
hash = CallServer("get_server_urls", hash);
Dictionary<string, object> serverURLs = new Dictionary<string, object>();
foreach (object key in hash.Keys)
{
@@ -516,7 +516,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
Hashtable hash = new Hashtable();
hash["userID"] = userID.ToString();
hash = CallServer("locate_user", hash);
hash = CallServer("locate_user", hash);
string url = string.Empty;
@@ -574,7 +574,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
{
// We can not use m_ServerURL here anymore because it causes
// the HTTP request to be built without a host name. This messes
// with OSGrid's NGINX and can make OSGrid avatars unable to TP
// with OSGrid's NGINX and can make OSGrid avatars unable to TP
// to other grids running recent mono.
response = request.Send(m_ServerURLHost, 10000);
}