diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-19 13:52:58 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-19 13:52:58 (GMT) |
commit | ec590efe63eabdd8f4a8768f8cadab88ba95033e (patch) | |
tree | ab6108d7447fa27e78e08bded7ce10e647d82220 /generic/tclResult.c | |
parent | 602a687e5116fe133efb686f83f92cb108429306 (diff) | |
download | tcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.zip tcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.tar.gz tcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.tar.bz2 |
typo in comment. Eliminate unnecessary end-of-line spacing.
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 2f2563a..9d0714c 100644 --- a/generic/tclResult.c +++ b/generic/tclResult.c @@ -1293,7 +1293,7 @@ TclProcessReturn( if (Tcl_IsShared(iPtr->errorStack)) { Tcl_Obj *newObj; - + newObj = Tcl_DuplicateObj(iPtr->errorStack); Tcl_DecrRefCount(iPtr->errorStack); Tcl_IncrRefCount(newObj); @@ -1626,7 +1626,7 @@ TclNoErrorStack( Tcl_Obj *options) { Tcl_Obj **keys = GetKeys(); - + Tcl_DictObjRemove(interp, options, keys[KEY_ERRORSTACK]); return options; } |