From: Jay Freeman (saurik) Date: Thu, 7 Oct 2010 20:06:13 +0000 (-0700) Subject: Fixed two minor horizontal whitespace formatting annoyances. X-Git-Tag: v1.0.3366~100^2~1 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/6f6d34ec848ffd4ba05658c776de501ab7455705 Fixed two minor horizontal whitespace formatting annoyances. --- diff --git a/Cydia.mm b/Cydia.mm index 7531f893..c64a587b 100644 --- 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;