diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-20 19:31:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-12-20 19:31:13 (GMT) |
commit | b8dbe57714f7e25a957a706d5915a4487c786924 (patch) | |
tree | 042d23eb7659ef165af94528064e0ec9d131b350 /generic/tclCompCmds.c | |
parent | 436c0de967e27c66804e2c1008287c4345d41b44 (diff) | |
download | tcl-b8dbe57714f7e25a957a706d5915a4487c786924.zip tcl-b8dbe57714f7e25a957a706d5915a4487c786924.tar.gz tcl-b8dbe57714f7e25a957a706d5915a4487c786924.tar.bz2 |
Spacing
Diffstat (limited to 'generic/tclCompCmds.c')
-rw-r--r-- | generic/tclCompCmds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompCmds.c b/generic/tclCompCmds.c index 2536ba7..495c307 100644 --- a/generic/tclCompCmds.c +++ b/generic/tclCompCmds.c @@ -947,7 +947,7 @@ TclCompileConstCmd( int isScalar, localIndex; /* - * Need exactly two arguments. + * Need exactly two arguments. */ if (parsePtr->numWords != 3) { return TCL_ERROR; @@ -967,7 +967,7 @@ TclCompileConstCmd( /* * If the user specified an array element, we don't bother handling - * that. + * that. */ if (!isScalar) { return TCL_ERROR; |