]> git.saurik.com Git - cydia.git/commitdiff
Redid chpwn's code to match physical formatting guidelines. :(
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 5 Nov 2010 12:07:58 +0000 (05:07 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 5 Nov 2010 12:07:58 +0000 (05:07 -0700)
MobileCydia.mm

index fd4399b6b84f2373b4182db818d88f9c4e87688e..97cc8c1f9e28b2b5a69eb2a8caa81c766f4bfec9 100644 (file)
@@ -4953,7 +4953,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
     }
 
     [self setAccessoryType:editing ? UITableViewCellAccessoryNone : UITableViewCellAccessoryDisclosureIndicator];
     }
 
     [self setAccessoryType:editing ? UITableViewCellAccessoryNone : UITableViewCellAccessoryDisclosureIndicator];
-       [self setSelectionStyle:editing ? UITableViewCellSelectionStyleNone : UITableViewCellSelectionStyleBlue];
+    [self setSelectionStyle:editing ? UITableViewCellSelectionStyleNone : UITableViewCellSelectionStyleBlue];
+
     [content_ setNeedsDisplay];
 }
 
     [content_ setNeedsDisplay];
 }
 
@@ -6763,9 +6764,10 @@ freeing the view controllers on tab change */
 }
 
 - (void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
 }
 
 - (void) tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
-    if (editing_) return;
+    if (editing_)
+        return;
 
 
-       Section *section = [self sectionAtIndexPath:indexPath];
+    Section *section = [self sectionAtIndexPath:indexPath];
     NSString *name = [section name];
     NSString *title;
 
     NSString *name = [section name];
     NSString *title;