summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-09 15:21:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-05-09 15:21:43 (GMT)
commit6b305ada3d3a68c00bc6ddaf163ae327f1c44e05 (patch)
tree26848189e63590678293f2ff1f2fee1ed9808009 /macosx/tkMacOSXInit.c
parentd618cd4a9d9fc73586c882e5ab59eb62bfe2f7db (diff)
downloadtk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.zip
tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.tar.gz
tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.tar.bz2
Whitespace cleanup, syncronize a little with "trunk" version.
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r--macosx/tkMacOSXInit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c
index 89d6983..e403501 100644
--- a/macosx/tkMacOSXInit.c
+++ b/macosx/tkMacOSXInit.c
@@ -102,7 +102,6 @@ static char scriptPath[PATH_MAX + 1] = "";
_defaultMainMenu = nil;
[self _setupMenus];
-
/*
* Initialize event processing.
*/
@@ -128,7 +127,7 @@ static char scriptPath[PATH_MAX + 1] = "";
* Process events to ensure that the root window is fully initialized. See
* ticket 56a1823c73.
*/
-
+
[NSApp _lockAutoreleasePool];
while (Tcl_DoOneEvent(TCL_WINDOW_EVENTS| TCL_DONT_WAIT)) {}
[NSApp _unlockAutoreleasePool];