From: Grant Paul Date: Fri, 28 Jan 2011 02:00:55 +0000 (-0800) Subject: Small formatting fixes. X-Git-Tag: v1.1.0%b1~367^2~14 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/27afbbfcd7a2ba506ea0f95c562dea58904680b6 Small formatting fixes. --- diff --git a/UICaboodle/RVPage.mm b/UICaboodle/RVPage.mm index a28e37ce..81c8739c 100644 --- a/UICaboodle/RVPage.mm +++ b/UICaboodle/RVPage.mm @@ -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