From d8f21e6b6eefe33405d0bad41f34ad6f49fa26fd Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 1 Jun 2011 17:49:12 +0000 Subject: [PATCH] Indentation. Monotone-Parent: 3678cc0ded3649869eacde348ab4532dac822b2b Monotone-Revision: bbd81440c9e99bd7320191a273476ee80fb5b10b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-06-01T17:49:12 Monotone-Branch: ca.inverse.sogo --- .../Appointments/SOGoAppointmentObject.m | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 155ce6707..89e3d1a15 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -82,7 +82,7 @@ } /** - * Return a new exception in a the recurrent event. + * Return a new exception in the recurrent event. * @param theRecurrenceID the ID of the occurence. * @return a new occurence. */ @@ -575,17 +575,17 @@ if ([attendees count]) { [self _handleRemovedUsers: attendees - withRecurrenceId: [newEvent recurrenceId]]; + withRecurrenceId: [newEvent recurrenceId]]; [self sendEMailUsingTemplateNamed: @"Deletion" - forObject: [newEvent itipEntryWithMethod: @"cancel"] - previousObject: oldEvent - toAttendees: attendees]; + forObject: [newEvent itipEntryWithMethod: @"cancel"] + previousObject: oldEvent + toAttendees: attendees]; [self sendReceiptEmailUsingTemplateNamed: @"Deletion" forObject: newEvent to: attendees]; } - + if ((ex = [self _handleResourcesConflicts: [newEvent attendees] - forEvent: newEvent])) + forEvent: newEvent])) return ex; attendees = [changes insertedAttendees]; @@ -595,8 +595,8 @@ // Update attendees calendars and send them an update // notification by email [self _handleSequenceUpdateInEvent: newEvent - ignoringAttendees: attendees - fromOldEvent: oldEvent]; + ignoringAttendees: attendees + fromOldEvent: oldEvent]; } else { @@ -725,7 +725,7 @@ oldEvent = (iCalEvent *)[self newOccurenceWithID: recurrenceTime]; } - oldMasterEvent = (iCalEvent *) [[oldEvent parent] firstChildWithTag: [self componentTag]]; + oldMasterEvent = (iCalEvent *)[[oldEvent parent] firstChildWithTag: [self componentTag]]; hasOrganizer = [[[oldMasterEvent organizer] email] length]; if (!hasOrganizer || [oldMasterEvent userIsOrganizer: ownerUser])