From: Brett Cannon Date: Tue, 4 May 2010 01:01:00 +0000 (+0000) Subject: Fix some whitespace. X-Git-Tag: v2.7b2~99 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d0d2d315896dcef843145dca859f70c3eda8ad1e;p=python Fix some whitespace. --- diff --git a/Modules/tkappinit.c b/Modules/tkappinit.c index cfbd20c4f4..353abcc7c1 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;