]> git.saurik.com Git - cydia.git/commitdiff
Small formatting fixes.
authorGrant Paul <chpwn@chpwn.com>
Fri, 28 Jan 2011 02:00:55 +0000 (18:00 -0800)
committerGrant Paul <chpwn@chpwn.com>
Fri, 28 Jan 2011 02:00:55 +0000 (18:00 -0800)
UICaboodle/RVPage.mm

index a28e37ce74c8c3696af00b4d1589b19b21e1d1c2..81c8739c37b145f3aef6f788e5a17d52aa49d907 100644 (file)
@@ -6,12 +6,12 @@
 #import "RVBook.h"
 
 @implementation CYViewController
-- (void)setDelegate:(id)delegate {
+- (void) setDelegate:(id)delegate {
     delegate_ = delegate;
 }
 - (void) reloadData {
 }
-- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
+- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
     return (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad || orientation == UIInterfaceOrientationPortrait);
 }
 @end