From 61ded01171806595da1c03b686a5bd1dc5cd45ed Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Thu, 24 Jan 2013 20:35:03 -0500 Subject: [PATCH] whitespace - tabkill --- SoObjects/SOGo/SOGoSystemDefaults.m | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SoObjects/SOGo/SOGoSystemDefaults.m b/SoObjects/SOGo/SOGoSystemDefaults.m index 31f96f02c..3adfa2635 100644 --- a/SoObjects/SOGo/SOGoSystemDefaults.m +++ b/SoObjects/SOGo/SOGoSystemDefaults.m @@ -62,9 +62,9 @@ BootstrapNSUserDefaults () if (handle) { SOGoNSUserDefaultsBootstrap = dlsym (handle, - "SOGoNSUserDefaultsBootstrap"); + "SOGoNSUserDefaultsBootstrap"); if (SOGoNSUserDefaultsBootstrap) - SOGoNSUserDefaultsBootstrap (); + SOGoNSUserDefaultsBootstrap (); } } @@ -98,10 +98,10 @@ _injectConfigurationFromFile (NSUserDefaults *ud, if (![fileAttrs objectForKey: @"NSFileSize"]) { [logger errorWithFormat: - @"Can't get file attributes from '%@'", - filename]; + @"Can't get file attributes from '%@'", + filename]; exit(1); - } + } if ([[fileAttrs objectForKey: @"NSFileSize"] intValue] == 0 ) { [logger warnWithFormat: