From dda2e03871e47e55adbd52a5295733537eb83eb2 Mon Sep 17 00:00:00 2001 From: theraven Date: Sat, 12 Feb 2011 19:18:22 +0000 Subject: [PATCH] Whitespace cleanup. --- sync.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.m b/sync.m index 69a39e3..a695f92 100644 --- a/sync.m +++ b/sync.m @@ -94,7 +94,7 @@ static void deallocLockClass(id obj, SEL _cmd) Class realClass = class_getSuperclass(lockClass); // Call the real -dealloc method (this ordering is required in case the // user does @synchronized(self) in -dealloc) - struct objc_super super = {obj, realClass }; + struct objc_super super = {obj, realClass}; objc_msg_lookup_super(&super, SELECTOR(dealloc))(obj, SELECTOR(dealloc)); // After calling [super dealloc], the object will no longer exist. // Free the lock