]> git.saurik.com Git - cydia.git/commitdiff
Removed tabs (why does vim not do this on paste?)
authorGrant Paul <chpwn@chpwn.com>
Mon, 8 Nov 2010 01:21:36 +0000 (17:21 -0800)
committerGrant Paul <chpwn@chpwn.com>
Mon, 8 Nov 2010 01:21:36 +0000 (17:21 -0800)
MobileCydia.mm

index e7e233d5c526f88147bbb208b2dc8345b9a5bd8a..24edceaf9ff9658ff6a94a9f0c8335e58d0f7282 100644 (file)
@@ -7601,17 +7601,17 @@ freeing the view controllers on tab change */
 @implementation CYStashController
 - (id) init {
     if ((self = [super init])) {
 @implementation CYStashController
 - (id) init {
     if ((self = [super init])) {
-           [[self view] setBackgroundColor:[UIColor viewFlipsideBackgroundColor]];
+        [[self view] setBackgroundColor:[UIColor viewFlipsideBackgroundColor]];
 
 
-           spinner_ = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge];
-           CGRect spinrect = [spinner_ frame];
+        spinner_ = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleWhiteLarge];
+        CGRect spinrect = [spinner_ frame];
         spinrect.origin.x = ([[self view] frame].size.width / 2) - (spinrect.size.width / 2);
         spinrect.origin.y = [[self view] frame].size.height - 80.0f;
         [spinner_ setFrame:spinrect];
         [spinner_ setAutoresizingMask:UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleTopMargin];
         spinrect.origin.x = ([[self view] frame].size.width / 2) - (spinrect.size.width / 2);
         spinrect.origin.y = [[self view] frame].size.height - 80.0f;
         [spinner_ setFrame:spinrect];
         [spinner_ setAutoresizingMask:UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin | UIViewAutoresizingFlexibleTopMargin];
-           [[self view] addSubview:spinner_];
+        [[self view] addSubview:spinner_];
         [spinner_ release];
         [spinner_ release];
-           [spinner_ startAnimating];
+        [spinner_ startAnimating];
 
         CGRect captrect;
         captrect.size.width = [[self view] frame].size.width;
 
         CGRect captrect;
         captrect.size.width = [[self view] frame].size.width;
@@ -7627,7 +7627,7 @@ freeing the view controllers on tab change */
         [caption_ setShadowColor:[UIColor blackColor]];
         [caption_ setTextAlignment:UITextAlignmentCenter];
         [[self view] addSubview:caption_];
         [caption_ setShadowColor:[UIColor blackColor]];
         [caption_ setTextAlignment:UITextAlignmentCenter];
         [[self view] addSubview:caption_];
-           [caption_ release];
+        [caption_ release];
 
         CGRect statusrect;
         statusrect.size.width = [[self view] frame].size.width;
 
         CGRect statusrect;
         statusrect.size.width = [[self view] frame].size.width;