diff options
author | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-01-05 19:07:37 +0000 |
commit | b16abc8166c29585cb76cc55c3bdd76e5833cb4f (patch) | |
tree | 6a34f465a74b7a3a6dc00a3d7aa8dcc25ac3e3a5 /OpenSim/Services/Connectors/UserAccounts | |
parent | Make it possible to disable the bakes module in the way it is described in co... (diff) | |
download | opensim-SC_OLD-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.zip opensim-SC_OLD-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.gz opensim-SC_OLD-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.bz2 opensim-SC_OLD-b16abc8166c29585cb76cc55c3bdd76e5833cb4f.tar.xz |
Massive tab and trailing space cleanup
Diffstat (limited to 'OpenSim/Services/Connectors/UserAccounts')
-rw-r--r-- | OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs b/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs index 5bc7a1c..68ae7bb 100644 --- a/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs +++ b/OpenSim/Services/Connectors/UserAccounts/UserAccountServicesConnector.cs | |||
@@ -198,7 +198,7 @@ namespace OpenSim.Services.Connectors | |||
198 | accs = doGetMultiUserAccounts(scopeID, IDs, out multisuported); | 198 | accs = doGetMultiUserAccounts(scopeID, IDs, out multisuported); |
199 | if(multisuported) | 199 | if(multisuported) |
200 | return accs; | 200 | return accs; |
201 | 201 | ||
202 | // service does not do multi accounts so need to do it one by one | 202 | // service does not do multi accounts so need to do it one by one |
203 | 203 | ||
204 | UUID uuid = UUID.Zero; | 204 | UUID uuid = UUID.Zero; |
@@ -344,7 +344,7 @@ namespace OpenSim.Services.Connectors | |||
344 | 344 | ||
345 | return SendAndGetReply(sendData); | 345 | return SendAndGetReply(sendData); |
346 | } | 346 | } |
347 | 347 | ||
348 | private UserAccount SendAndGetReply(Dictionary<string, object> sendData) | 348 | private UserAccount SendAndGetReply(Dictionary<string, object> sendData) |
349 | { | 349 | { |
350 | string reply = string.Empty; | 350 | string reply = string.Empty; |