diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-07 13:06:13 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-07 13:06:13 -0700 |
commit | 6f6d34ec848ffd4ba05658c776de501ab7455705 (patch) | |
tree | 009a755b54ca7a8fa680ee60cae3aea97e46bfd0 /Cydia.mm | |
parent | 4f6056df15e21697242f7fda429a74d21ab0bcc7 (diff) |
Fixed two minor horizontal whitespace formatting annoyances.
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |