[Python-checkins] r80744 - python/trunk/Modules/tkappinit.c

brett.cannon python-checkins at python.org
Tue May 4 03:01:01 CEST 2010


Author: brett.cannon
Date: Tue May  4 03:01:00 2010
New Revision: 80744

Log:
Fix some whitespace.


Modified:
   python/trunk/Modules/tkappinit.c

Modified: python/trunk/Modules/tkappinit.c
==============================================================================
--- python/trunk/Modules/tkappinit.c	(original)
+++ python/trunk/Modules/tkappinit.c	Tue May  4 03:01:00 2010
@@ -48,7 +48,7 @@
 		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 @@
 	TkMacOSXInitAppleEvents(interp);
 	TkMacOSXInitMenus(interp);
 #endif
-    
+
 #ifdef WITH_MOREBUTTONS
 	{
 		extern Tcl_CmdProc studButtonCmd;


More information about the Python-checkins mailing list