]> granicus.if.org Git - python/commitdiff
Fix some whitespace.
authorBrett Cannon <bcannon@gmail.com>
Tue, 4 May 2010 01:01:00 +0000 (01:01 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 4 May 2010 01:01:00 +0000 (01:01 +0000)
Modules/tkappinit.c

index cfbd20c4f4099ddeaa5c93ec51035d50d91ad536..353abcc7c1015c273d80129edac7b9d969149f74 100644 (file)
@@ -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;