mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +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, "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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue