Fix some whitespace.

This commit is contained in:
Brett Cannon 2010-05-04 01:01:00 +00:00
parent 6d7b7be990
commit d0d2d31589

View file

@ -48,7 +48,7 @@ Tcl_AppInit(Tcl_Interp *interp)
Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY); Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY);
Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY); Tcl_SetVar(interp, "tcl_pkgPath", tclLibPath, TCL_GLOBAL_ONLY);
} }
if (tclLibPath[0] != '\0') { if (tclLibPath[0] != '\0') {
Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY); Tcl_SetVar(interp, "tcl_library", tclLibPath, TCL_GLOBAL_ONLY);
Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY); Tcl_SetVar(interp, "tclDefaultLibrary", tclLibPath, TCL_GLOBAL_ONLY);
@ -117,7 +117,7 @@ Tcl_AppInit(Tcl_Interp *interp)
TkMacOSXInitAppleEvents(interp); TkMacOSXInitAppleEvents(interp);
TkMacOSXInitMenus(interp); TkMacOSXInitMenus(interp);
#endif #endif
#ifdef WITH_MOREBUTTONS #ifdef WITH_MOREBUTTONS
{ {
extern Tcl_CmdProc studButtonCmd; extern Tcl_CmdProc studButtonCmd;