]> git.saurik.com Git - cydia.git/commitdiff
Remove one extra space.
authorGrant Paul <chpwn@chpwn.com>
Fri, 20 Jan 2012 09:26:14 +0000 (01:26 -0800)
committerGrant Paul <chpwn@chpwn.com>
Fri, 20 Jan 2012 09:26:14 +0000 (01:26 -0800)
MobileCydia.mm

index a011b9e0a004e0eba205ed53705100c0bfb04fe6..df2b98899a6841afd2f923d6166696a2b565fc6f 100644 (file)
@@ -7520,7 +7520,7 @@ static void HomeControllerReachabilityCallback(SCNetworkReachabilityRef reachabi
     Section *section = nil;
     int index = [indexPath row];
     if (![self isEditing]) {
-        index -= 1; 
+        index -= 1;
         if (index >= 0)
             section = [filtered_ objectAtIndex:index];
     } else {