From 07c56db6c93078bd71d0842baadfd4df973913e9 Mon Sep 17 00:00:00 2001 From: C Robert Date: Tue, 14 Jul 2009 17:15:03 +0000 Subject: [PATCH] reindent Monotone-Parent: 5e3e865225772f121d4060fe62b0894cec61ddbe Monotone-Revision: d8f1c16855547eb4ff333738e080e5d47913e035 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-14T17:15:03 Monotone-Branch: ca.inverse.sogo --- UI/Scheduler/UIxAppointmentEditor.m | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/UI/Scheduler/UIxAppointmentEditor.m b/UI/Scheduler/UIxAppointmentEditor.m index 8df1550ef..45336a0e8 100644 --- a/UI/Scheduler/UIxAppointmentEditor.m +++ b/UI/Scheduler/UIxAppointmentEditor.m @@ -278,17 +278,17 @@ { sm = [SoSecurityManager sharedSecurityManager]; if (![sm validatePermission: SoPerm_AddDocumentsImagesAndFiles - onObject: co - inContext: context]) - { - method = [NSString stringWithFormat:@"%@/%@.ics/editAsAppointment", - [co soURL], objectId]; - } + onObject: co + inContext: context]) + { + method = [NSString stringWithFormat:@"%@/%@.ics/editAsAppointment", + [co soURL], objectId]; + } else - { - method = [NSString stringWithFormat: @"%@/Calendar/personal/%@.vcf/editAsAppointment", - [self userFolderPath], objectId]; - } + { + method = [NSString stringWithFormat: @"%@/Calendar/personal/%@.vcf/editAsAppointment", + [self userFolderPath], objectId]; + } uri = [self completeHrefForMethod: method]; result = [self redirectToLocation: uri]; }