summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-10-16 00:57:10 -0700
committerGrant Paul <chpwn@chpwn.com>2010-10-16 00:57:10 -0700
commit0d43d640da137d0de4b4d66613898d3a0eed4808 (patch)
tree4f0ff9da31f812a83e9ac248837d92d06b922767 /Cydia.mm
parent1edcdccff91b5e32f9fcf40cfcbd00c98bb237ed (diff)
parentb9ada469088990a084f1bf0bebe5f7cc7dce4148 (diff)
Merge branch 'master' of saurik.com:cydia
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 7531f89..c64a587 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;