diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 03:37:09 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-04 03:38:36 -0700 |
commit | bc11cf5bb67e9f5c4096dc93d813272a49de1115 (patch) | |
tree | b1a18850aca2b23c41e7844d95efe10852a80e91 /UICaboodle/RVPage.mm | |
parent | 54b844a077e17de31c79cb71d8b6948f8b152a8e (diff) |
Removed tabs and trailing space characters from codebase.
Diffstat (limited to 'UICaboodle/RVPage.mm')
-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 aecf0d3..b225333 100644 --- a/UICaboodle/RVPage.mm +++ b/UICaboodle/RVPage.mm @@ -5,9 +5,9 @@ #import "RVBook.h" -@implementation UCViewController +@implementation UCViewController - (void)setDelegate:(id)delegate { - delegate_ = delegate; + delegate_ = delegate; } - (void) reloadData { } |