summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDialog.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-07 15:38:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-12-07 15:38:17 (GMT)
commit8a77a39c1ad5263343b770b54db8410aecf78927 (patch)
tree4626cfab93b5296bd9faee0c765367ddfa898799 /macosx/tkMacOSXDialog.c
parent6aad9c9b454d5334c3e36cd2bf623dae8369defe (diff)
parente82200cb0ca4389ea75f8ae0c2096358a985c14e (diff)
downloadtk-8a77a39c1ad5263343b770b54db8410aecf78927.zip
tk-8a77a39c1ad5263343b770b54db8410aecf78927.tar.gz
tk-8a77a39c1ad5263343b770b54db8410aecf78927.tar.bz2
merge-mark. Remove unnecessary end-of-line spacing
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r--macosx/tkMacOSXDialog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c
index 0889ee5..fb6e490 100644
--- a/macosx/tkMacOSXDialog.c
+++ b/macosx/tkMacOSXDialog.c
@@ -519,7 +519,7 @@ Tk_GetOpenFileObjCmd(
types:fileTypes
modalForWindow:parent
modalDelegate:NSApp
- didEndSelector:
+ didEndSelector:
@selector(tkFilePanelDidEnd:returnCode:contextInfo:)
contextInfo:callbackInfo];
#else
@@ -717,7 +717,7 @@ Tk_GetSaveFileObjCmd(
file:filename
modalForWindow:parent
modalDelegate:NSApp
- didEndSelector:
+ didEndSelector:
@selector(tkFilePanelDidEnd:returnCode:contextInfo:)
contextInfo:callbackInfo];
#else
@@ -1154,7 +1154,7 @@ Tk_MessageBoxObjCmd(
didEndSelector:@selector(tkAlertDidEnd:returnCode:contextInfo:)
contextInfo:callbackInfo];
#endif
- modalReturnCode = cmdObj ? 0 :
+ modalReturnCode = cmdObj ? 0 :
[NSApp runModalForWindow:[alert window]];
} else {
modalReturnCode = [alert runModal];