From 666b48ad6a0688bd8ea116c56c5dda6e03c3b205 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Fri, 20 Jan 2012 01:26:14 -0800 Subject: Remove one extra space. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index a011b9e..df2b988 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 { -- cgit v1.2.3