From f36a8dd18513de2386fd13eda2277917b94c2ed9 Mon Sep 17 00:00:00 2001 From: C Robert Date: Thu, 2 Jul 2009 17:06:21 +0000 Subject: [PATCH] reindent Monotone-Parent: d4edd90811440e920dfccfcb2c0e4305732b5cfc Monotone-Revision: 158571d4f7e1fd1da2b47567f93275d509fff71d Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-02T17:06:21 Monotone-Branch: ca.inverse.sogo --- UI/MailerUI/UIxMailFolderActions.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/UI/MailerUI/UIxMailFolderActions.m b/UI/MailerUI/UIxMailFolderActions.m index 81a056d1c..05a50745e 100644 --- a/UI/MailerUI/UIxMailFolderActions.m +++ b/UI/MailerUI/UIxMailFolderActions.m @@ -62,12 +62,12 @@ connection = [co imap4Connection]; error = [connection createMailbox: folderName atURL: [co imap4URL]]; if (error) - { - response = [self responseWithStatus: 500]; - [response appendContentString: @"Unable to create folder."]; - } + { + response = [self responseWithStatus: 500]; + [response appendContentString: @"Unable to create folder."]; + } else - response = [self responseWith204]; + response = [self responseWith204]; } else {