From 2af49924b345d7ac3468f62d77ff8fd8ff39a221 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 17 Feb 2013 12:16:32 +0000 Subject: Minor tidy up. --- Source/SPAppController.h | 20 ++++++++++---------- Source/SPAppController.m | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'Source') diff --git a/Source/SPAppController.h b/Source/SPAppController.h index b74608a7..e9173007 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -102,23 +102,23 @@ - (void)setSpfSessionDocData:(NSDictionary *)data; // Feedback controller delegate methods -- (NSMutableDictionary*) anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences; +- (NSMutableDictionary *)anonymizePreferencesForFeedbackReport:(NSMutableDictionary *)preferences; // Others - (NSString *)contentOfFile:(NSString *)aPath; -- (NSArray *)bundleCategoriesForScope:(NSString*)scope; -- (NSArray *)bundleItemsForScope:(NSString*)scope; -- (NSArray *)bundleCommandsForTrigger:(NSString*)trigger; -- (NSDictionary *)bundleKeyEquivalentsForScope:(NSString*)scope; -- (void)registerActivity:(NSDictionary*)commandDict; +- (NSArray *)bundleCategoriesForScope:(NSString *)scope; +- (NSArray *)bundleItemsForScope:(NSString *)scope; +- (NSArray *)bundleCommandsForTrigger:(NSString *)trigger; +- (NSDictionary *)bundleKeyEquivalentsForScope:(NSString *)scope; +- (void)registerActivity:(NSDictionary *)commandDict; - (void)removeRegisteredActivity:(NSInteger)pid; -- (NSArray*)runningActivities; +- (NSArray *)runningActivities; -- (void)handleEventWithURL:(NSURL*)url; -- (NSString*)doSQLSyntaxHighlightForString:(NSString*)sqlText cssLike:(BOOL)cssLike; +- (void)handleEventWithURL:(NSURL *)url; +- (NSString*)doSQLSyntaxHighlightForString:(NSString *)sqlText cssLike:(BOOL)cssLike; - (IBAction)executeBundleItemForApp:(id)sender; -- (NSDictionary*)shellEnvironmentForDocument:(NSString*)docUUID; +- (NSDictionary *)shellEnvironmentForDocument:(NSString *)docUUID; - (void)addHTMLOutputController:(id)controller; - (void)removeHTMLOutputController:(id)controller; diff --git a/Source/SPAppController.m b/Source/SPAppController.m index d89abe19..f08762e6 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -206,7 +206,7 @@ - (IBAction)openConnectionSheet:(id)sender { // Avoid opening more than NSOpenPanel - if(encodingPopUp){ + if (encodingPopUp) { NSBeep(); return; } -- cgit v1.2.3