mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
minor: convert tabs to spaces that got in on recent commit 4a9282e
This commit is contained in:
@@ -128,12 +128,12 @@ namespace OpenSim.Server.Handlers
|
||||
OSDMap request = (OSDMap)json["params"];
|
||||
UUID classifiedId = new UUID(request["classifiedId"].AsString());
|
||||
|
||||
if(Service.ClassifiedDelete(classifiedId))
|
||||
return true;
|
||||
if (Service.ClassifiedDelete(classifiedId))
|
||||
return true;
|
||||
|
||||
response.Error.Code = ErrorCode.InternalError;
|
||||
response.Error.Message = "data error removing record";
|
||||
return false;
|
||||
response.Error.Code = ErrorCode.InternalError;
|
||||
response.Error.Message = "data error removing record";
|
||||
return false;
|
||||
}
|
||||
|
||||
public bool ClassifiedInfoRequest(OSDMap json, ref JsonRpcResponse response)
|
||||
|
||||
Reference in New Issue
Block a user