minor: convert tabs to spaces that got in on recent commit 4a9282e
parent
3c6becd524
commit
36920adb96
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue