Kaydet (Commit) d0d2d315 authored tarafından Brett Cannon's avatar Brett Cannon

Fix some whitespace.

üst 6d7b7be9
...@@ -48,7 +48,7 @@ Tcl_AppInit(Tcl_Interp *interp) ...@@ -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) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment