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,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;