mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix some whitespace.
This commit is contained in:
parent
6d7b7be990
commit
d0d2d31589
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue