diff options
author | Grant Paul <chpwn@chpwn.com> | 2011-01-27 18:00:55 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2011-01-27 18:00:55 -0800 |
commit | 27afbbfcd7a2ba506ea0f95c562dea58904680b6 (patch) | |
tree | 81062eb725e7f8ebef23a5ca7c4b0fb7ec360624 | |
parent | 5e565049e26ac6541df632c31981bacde7bf980c (diff) |
Small formatting fixes.
-rw-r--r-- | UICaboodle/RVPage.mm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UICaboodle/RVPage.mm b/UICaboodle/RVPage.mm index a28e37c..81c8739 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 |