]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/RVPage.mm
Fix stupidness introduced by last commit; correctly fix cydia://url/* URLs.
[cydia.git] / 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