minor: convert tabs to spaces that got in on recent commit 4a9282e
parent
92e2478059
commit
fdb0c7389e
|
@ -128,7 +128,7 @@ namespace OpenSim.Server.Handlers
|
|||
OSDMap request = (OSDMap)json["params"];
|
||||
UUID classifiedId = new UUID(request["classifiedId"].AsString());
|
||||
|
||||
if(Service.ClassifiedDelete(classifiedId))
|
||||
if (Service.ClassifiedDelete(classifiedId))
|
||||
return true;
|
||||
|
||||
response.Error.Code = ErrorCode.InternalError;
|
||||
|
|
Loading…
Reference in New Issue