mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -198,7 +198,7 @@ namespace OpenSim.Services.Connectors
|
||||
accs = doGetMultiUserAccounts(scopeID, IDs, out multisuported);
|
||||
if(multisuported)
|
||||
return accs;
|
||||
|
||||
|
||||
// service does not do multi accounts so need to do it one by one
|
||||
|
||||
UUID uuid = UUID.Zero;
|
||||
@@ -344,7 +344,7 @@ namespace OpenSim.Services.Connectors
|
||||
|
||||
return SendAndGetReply(sendData);
|
||||
}
|
||||
|
||||
|
||||
private UserAccount SendAndGetReply(Dictionary<string, object> sendData)
|
||||
{
|
||||
string reply = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user