From 666b48ad6a0688bd8ea116c56c5dda6e03c3b205 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Fri, 20 Jan 2012 01:26:14 -0800 Subject: [PATCH] Remove one extra space. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.2