summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2010-05-04 01:01:00 (GMT)
committerBrett Cannon <bcannon@gmail.com>2010-05-04 01:01:00 (GMT)
commitd0d2d315896dcef843145dca859f70c3eda8ad1e (patch)
tree3d24f0afdc567fc81e8df9cbc15fd5371639e6fe /Modules
parent6d7b7be9905a8f823bad3a710af483bf93195c4f (diff)
downloadcpython-d0d2d315896dcef843145dca859f70c3eda8ad1e.zip
cpython-d0d2d315896dcef843145dca859f70c3eda8ad1e.tar.gz
cpython-d0d2d315896dcef843145dca859f70c3eda8ad1e.tar.bz2
Fix some whitespace.
Diffstat (limited to 'Modules')
-rw-r--r--Modules/tkappinit.c4
1 files 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;