summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-07 14:32:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-01-07 14:32:16 (GMT)
commit7c23c5778929f9b9a38fa8626d3a83b6f3248aef (patch)
treeec439b684d49835910cb4756d59d395e779aa6f6 /generic/tclResult.c
parent7d90738e3aaf986b5ad2da52cca16fa71b78473c (diff)
downloadtcl-7c23c5778929f9b9a38fa8626d3a83b6f3248aef.zip
tcl-7c23c5778929f9b9a38fa8626d3a83b6f3248aef.tar.gz
tcl-7c23c5778929f9b9a38fa8626d3a83b6f3248aef.tar.bz2
Some eol whitespace eliminations
Diffstat (limited to 'generic/tclResult.c')
-rw-r--r--generic/tclResult.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclResult.c b/generic/tclResult.c
index ac1f6dd..5c2a81f 100644
--- a/generic/tclResult.c
+++ b/generic/tclResult.c
@@ -1711,12 +1711,12 @@ Tcl_TransferResult(
* should be moved to the target interp.
* After moving result, this interp's result
* is reset. */
- int code, /* The return code value active in
+ int code, /* The return code value active in
* sourceInterp. Controls how the return options
* dictionary is retrieved from sourceInterp,
* same as in Tcl_GetReturnOptions, to then be
* transferred to targetInterp. */
- Tcl_Interp *targetInterp) /* Interp where result and return options
+ Tcl_Interp *targetInterp) /* Interp where result and return options
* should be stored. If source and target are
* the same, nothing is done. */
{