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/RVBook.h | |
parent | 54b844a077e17de31c79cb71d8b6948f8b152a8e (diff) |
Removed tabs and trailing space characters from codebase.
Diffstat (limited to 'UICaboodle/RVBook.h')
-rw-r--r-- | UICaboodle/RVBook.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UICaboodle/RVBook.h b/UICaboodle/RVBook.h index 09b1baf..8994cbf 100644 --- a/UICaboodle/RVBook.h +++ b/UICaboodle/RVBook.h @@ -7,7 +7,7 @@ @end @interface UCNavigationController : UINavigationController { - id<HookProtocol> hook_; + id<HookProtocol> hook_; } - (void) setHook:(id<HookProtocol>)hook; @end |