diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-04 10:20:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-10-04 10:20:05 (GMT) |
commit | 8cfade5b0fa56912715446ea7a2dd1958cc214f0 (patch) | |
tree | c194fcc2d81698041630a4a048fbf54830f1fd6d /generic/tclHistory.c | |
parent | 75225f0f64618f3ad8ae3424eb84a7ed59ffd1f3 (diff) | |
parent | 5cfe99ddfef51d700eee80c9f766fab9c458038e (diff) | |
download | tcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.zip tcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.tar.gz tcl-8cfade5b0fa56912715446ea7a2dd1958cc214f0.tar.bz2 |
Eliminate unnessessary end-of-line spacing. No functional change.
Diffstat (limited to 'generic/tclHistory.c')
-rw-r--r-- | generic/tclHistory.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclHistory.c b/generic/tclHistory.c index b10d423..b08e352 100644 --- a/generic/tclHistory.c +++ b/generic/tclHistory.c @@ -161,7 +161,7 @@ Tcl_RecordAndEvalObj( Tcl_Obj *list[3]; /* - * Do recording by eval'ing a tcl history command: history add $cmd. + * Do recording by eval'ing a tcl history command: history add $cmd. */ list[0] = histObjsPtr->historyObj; @@ -175,7 +175,7 @@ Tcl_RecordAndEvalObj( /* * One possible failure mode above: exceeding a resource limit. */ - + if (Tcl_LimitExceeded(interp)) { return TCL_ERROR; } |