From 9465fbad4b45508ec829d9988a52e0db16140100 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 6 Aug 2015 16:18:39 -0400 Subject: [PATCH] (obj-c) Indentation --- SoObjects/Appointments/SOGoAppointmentObject.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 8c408ebbe..e807b6bee 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -1493,8 +1493,9 @@ inRecurrenceExceptionsForEvent: (iCalEvent *) theEvent // the database. We do this ONLY when using SOGo from the // Web interface or over ActiveSync. // Over DAV, it'll be handled directly in PUTAction: - if (![context request] || [[context request] handledByDefaultHandler] - || [[[context request] requestHandlerKey] isEqualToString: @"Microsoft-Server-ActiveSync"]) + if (![context request] || + [[context request] handledByDefaultHandler] || + [[[context request] requestHandlerKey] isEqualToString: @"Microsoft-Server-ActiveSync"]) { // If an alarm was specified, let's use it. This would happen if an attendee accepts/declines/etc. an // event invitation and also sets an alarm along the way. This would happen ONLY from the web interface.