aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPAppController.h20
-rw-r--r--Source/SPAppController.m2
2 files changed, 11 insertions, 11 deletions
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;
}