summaryrefslogtreecommitdiffstats
path: root/generic/tclParse.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-19 13:52:58 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-10-19 13:52:58 (GMT)
commitec590efe63eabdd8f4a8768f8cadab88ba95033e (patch)
treeab6108d7447fa27e78e08bded7ce10e647d82220 /generic/tclParse.c
parent602a687e5116fe133efb686f83f92cb108429306 (diff)
downloadtcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.zip
tcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.tar.gz
tcl-ec590efe63eabdd8f4a8768f8cadab88ba95033e.tar.bz2
typo in comment. Eliminate unnecessary end-of-line spacing.
Diffstat (limited to 'generic/tclParse.c')
-rw-r--r--generic/tclParse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclParse.c b/generic/tclParse.c
index effc201..95abc45 100644
--- a/generic/tclParse.c
+++ b/generic/tclParse.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-
+
#include "tclInt.h"
#include "tclParse.h"
#include <assert.h>
@@ -1915,7 +1915,7 @@ Tcl_ParseQuotedString(
* flags argument to provide support for the -nobackslashes, -nocommands,
* and -novariables options, as represented by the flag values
* TCL_SUBST_BACKSLASHES, TCL_SUBST_COMMANDS, TCL_SUBST_VARIABLES.
- *
+ *
* Results:
* None.
*