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 | ef1cf6b99b1e86fd6f11fe1219858d29a7899c0f (patch) | |
| tree | ab6108d7447fa27e78e08bded7ce10e647d82220 /generic/tclParse.c | |
| parent | 44deaab4560393ace12d3d2361e25357b9391da1 (diff) | |
| download | tcl-ef1cf6b99b1e86fd6f11fe1219858d29a7899c0f.zip tcl-ef1cf6b99b1e86fd6f11fe1219858d29a7899c0f.tar.gz tcl-ef1cf6b99b1e86fd6f11fe1219858d29a7899c0f.tar.bz2 | |
typo in comment. Eliminate unnecessary end-of-line spacing.
Diffstat (limited to 'generic/tclParse.c')
| -rw-r--r-- | generic/tclParse.c | 4 |
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. * |
