diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-07 14:32:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-01-07 14:32:16 (GMT) |
commit | 292feea31449a22d8c21f8c3d327368db76ebbb7 (patch) | |
tree | ec439b684d49835910cb4756d59d395e779aa6f6 /generic/tclResult.c | |
parent | 9ebdc0407cfa10b0cfbb098633b00ad44012a51d (diff) | |
download | tcl-292feea31449a22d8c21f8c3d327368db76ebbb7.zip tcl-292feea31449a22d8c21f8c3d327368db76ebbb7.tar.gz tcl-292feea31449a22d8c21f8c3d327368db76ebbb7.tar.bz2 |
Some eol whitespace eliminations
Diffstat (limited to 'generic/tclResult.c')
-rw-r--r-- | generic/tclResult.c | 4 |
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. */ { |