From 36920adb9684b201ff9020dd825c448fb4e09613 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Mon, 21 Jul 2014 23:58:30 +0100 Subject: minor: convert tabs to spaces that got in on recent commit 4a9282e --- OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'OpenSim/Server') diff --git a/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs b/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs index 6721b08..f8f1d00 100644 --- a/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs +++ b/OpenSim/Server/Handlers/Profiles/UserProfilesHandlers.cs @@ -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) -- cgit v1.1