adium 2101:967d93f1c6ad: OCD indentation fix (mostly just trying...

commits at adium.im commits at adium.im
Wed May 6 19:59:01 UTC 2009


details:	http://hg.adium.im/adium/rev/967d93f1c6ad
revision:	2101:967d93f1c6ad
author:		David Smith <catfish.man at gmail.com>
date:		Wed May 06 12:58:40 2009 -0700

OCD indentation fix (mostly just trying out the rebase plugin)

diffstat:

 Source/AICoreComponentLoader.m |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff -r b780e2300dad -r 967d93f1c6ad Source/AICoreComponentLoader.m
--- a/Source/AICoreComponentLoader.m	Wed May 06 15:55:04 2009 -0400
+++ b/Source/AICoreComponentLoader.m	Wed May 06 12:58:40 2009 -0700
@@ -179,9 +179,9 @@
 
 			[components setObject:object forKey:className];
 			[object release];
-        } else {
-            NSAssert1(NO, @"Failed to load %@", className);
-        }
+		} else {
+			NSAssert1(NO, @"Failed to load %@", className);
+		}
 		[pool release];
 #ifdef COMPONENT_LOAD_TIMING
 		NSTimeInterval t = -[start timeIntervalSinceNow];




More information about the commits mailing list