From: Grant Paul Date: Fri, 20 Jan 2012 09:26:14 +0000 (-0800) Subject: Remove one extra space. X-Git-Tag: v1.1.5~10^2 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/666b48ad6a0688bd8ea116c56c5dda6e03c3b205?ds=sidebyside Remove one extra space. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index a011b9e0..df2b9889 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -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 {