From d0d2d315896dcef843145dca859f70c3eda8ad1e Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 4 May 2010 01:01:00 +0000 Subject: Fix some whitespace. --- Modules/tkappinit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/tkappinit.c b/Modules/tkappinit.c index cfbd20c..353abcc 100644 --- a/Modules/tkappinit.c +++ b/Modules/tkappinit.c @@ -48,7 +48,7 @@ Tcl_AppInit(Tcl_Interp *interp) Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY); Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY); } - + if (tclLibPath[0] != '\0') { Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY); Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY); @@ -117,7 +117,7 @@ Tcl_AppInit(Tcl_Interp *interp) TkMacOSXInitAppleEvents(interp); TkMacOSXInitMenus(interp); #endif - + #ifdef WITH_MOREBUTTONS { extern Tcl_CmdProc studButtonCmd; -- cgit v0.12