summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenus.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-25 21:28:59 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-25 21:28:59 (GMT)
commit173044a997e63b17bca3a35be5e4b8a70f997945 (patch)
tree24af6f1435f1e335fb8138c9fcdb97f042cc4675 /macosx/tkMacOSXMenus.c
parentc7c2b3b52832d1b78f18359507d3b971ec1506e2 (diff)
downloadtk-173044a997e63b17bca3a35be5e4b8a70f997945.zip
tk-173044a997e63b17bca3a35be5e4b8a70f997945.tar.gz
tk-173044a997e63b17bca3a35be5e4b8a70f997945.tar.bz2
Some end-of-line exess spacing
Diffstat (limited to 'macosx/tkMacOSXMenus.c')
-rw-r--r--macosx/tkMacOSXMenus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMenus.c b/macosx/tkMacOSXMenus.c
index d47f8df..1c033a4 100644
--- a/macosx/tkMacOSXMenus.c
+++ b/macosx/tkMacOSXMenus.c
@@ -70,7 +70,7 @@ static Tcl_Obj * GetWidgetDemoPath(Tcl_Interp *interp);
[NSMenuItem itemWithTitle:
[NSString stringWithFormat:@"About %@", aboutName]
action:@selector(orderFrontStandardAboutPanel:)] atIndex:0];
- _defaultFileMenuItems =
+ _defaultFileMenuItems =
[[NSArray arrayWithObjects:
[NSMenuItem itemWithTitle:
[NSString stringWithFormat:@"Source%C", 0x2026]