summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2012-01-20 01:26:14 -0800
committerGrant Paul <chpwn@chpwn.com>2012-01-20 01:26:14 -0800
commit666b48ad6a0688bd8ea116c56c5dda6e03c3b205 (patch)
tree3d736f6c94e09ec78511b3c13a06f94e52d80469
parent19f2d77f02510fd14320166f45a33e6aa77cb396 (diff)
Remove one extra space.
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
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 {