minor: convert tabs to spaces that got in on recent commit 4a9282e

bullet-2.82
Justin Clark-Casey (justincc) 2014-07-21 23:58:30 +01:00
parent 3c6becd524
commit 36920adb96
1 changed files with 5 additions and 5 deletions

View File

@ -128,12 +128,12 @@ namespace OpenSim.Server.Handlers
OSDMap request = (OSDMap)json["params"]; OSDMap request = (OSDMap)json["params"];
UUID classifiedId = new UUID(request["classifiedId"].AsString()); UUID classifiedId = new UUID(request["classifiedId"].AsString());
if(Service.ClassifiedDelete(classifiedId)) if (Service.ClassifiedDelete(classifiedId))
return true; return true;
response.Error.Code = ErrorCode.InternalError; response.Error.Code = ErrorCode.InternalError;
response.Error.Message = "data error removing record"; response.Error.Message = "data error removing record";
return false; return false;
} }
public bool ClassifiedInfoRequest(OSDMap json, ref JsonRpcResponse response) public bool ClassifiedInfoRequest(OSDMap json, ref JsonRpcResponse response)