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