diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/tclCompCmds.c | 4 | ||||
| -rw-r--r-- | generic/tclMain.c | 2 | ||||
| -rw-r--r-- | generic/tclTomMath.decls | 2 | ||||
| -rw-r--r-- | generic/tclUtil.c | 2 | ||||
| -rw-r--r-- | generic/tclZlib.c | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index 8ce8baa..c4d88a0 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -391,7 +391,7 @@ TclCompileCatchCmd( TclEmitForwardJump(envPtr, TCL_UNCONDITIONAL_JUMP, &jumpFixup); /* Stack at this point: ?script? <mark> result TCL_OK */ - /* + /* * Emit the "error case" epilogue. Push the interpreter result * and the return code. */ @@ -477,7 +477,7 @@ TclCompileCatchCmd( TclEmitOpcode(INST_POP, envPtr); } - /* + /* * Result of all this, on either branch, should have been to leave * one operand -- the return code -- on the stack. */ diff --git a/generic/tclMain.c b/generic/tclMain.c index ea9a5c4..7caadd1 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -650,7 +650,7 @@ Tcl_MainEx( Tcl_Release(interp); Tcl_Exit(exitCode); } - + #ifndef UNICODE void Tcl_Main( diff --git a/generic/tclTomMath.decls b/generic/tclTomMath.decls index e7e0076..5bf338e 100644 --- a/generic/tclTomMath.decls +++ b/generic/tclTomMath.decls @@ -217,4 +217,4 @@ declare 61 { } declare 62 { int TclBN_mp_set_int(mp_int* a, unsigned long i) -}
\ No newline at end of file +} diff --git a/generic/tclUtil.c b/generic/tclUtil.c index fa0ad4b..535634f 100644 --- a/generic/tclUtil.c +++ b/generic/tclUtil.c @@ -2266,7 +2266,7 @@ Tcl_PrintDouble( /* * Ordinary (normal and denormal) values. */ - + if (*precisionPtr == 0) { digits = TclDoubleDigits(value, -1, TCL_DD_SHORTEST, &exponent, &signum, &end); diff --git a/generic/tclZlib.c b/generic/tclZlib.c index e75e1da..7f17bc7 100644 --- a/generic/tclZlib.c +++ b/generic/tclZlib.c @@ -1227,7 +1227,7 @@ Tcl_ZlibDeflate( if (!interp) { return TCL_ERROR; } - + /* * Compressed format is specified by the wbits parameter. See zlib.h for * details. |
