From 1e5288e9840e201a00bcb5ca3035d7aa807f1f8d Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 7 Mar 2011 20:12:52 +0000 Subject: Bring outline view branch up to date with trunk (r3203:r3224). --- Source/SPOutlineView.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/SPOutlineView.m') diff --git a/Source/SPOutlineView.m b/Source/SPOutlineView.m index 256090e2..4e8f0f0a 100644 --- a/Source/SPOutlineView.m +++ b/Source/SPOutlineView.m @@ -28,8 +28,7 @@ - (id)init { - if(self = [super init]){ - ; + if((self = [super init])){ } return self; } -- cgit v1.2.3