From 27afbbfcd7a2ba506ea0f95c562dea58904680b6 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Thu, 27 Jan 2011 18:00:55 -0800 Subject: Small formatting fixes. --- UICaboodle/RVPage.mm | 4 ++-- 1 file 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 -- cgit v1.2.3