]> git.saurik.com Git - cydia.git/blobdiff - Cydia.mm
Fixed two minor horizontal whitespace formatting annoyances.
[cydia.git] / Cydia.mm
index 7531f8934287916f26f5cf938b7fdebd8edcd6a8..c64a587b080a714db08797e95e6cfe5388f47534 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -311,7 +311,7 @@ static _finline void UpdateExternalStatus(uint64_t newStatus) {
     } return self;
 }
 
-- (void)_updateFrameForDisplay {
+- (void) _updateFrameForDisplay {
     [super _updateFrameForDisplay];
     if ([self cancelButtonIndex] == -1) {
         NSArray *buttons = [self buttons];
@@ -7821,7 +7821,7 @@ freeing the view controllers on tab change */
     [super dealloc];
 }
 
-- (id) initWithDatabase: (Database *)database {
+- (id) initWithDatabase:(Database *)database {
     if ((self = [super init]) != nil) {
         database_ = database;