diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 17:09:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 17:09:30 (GMT) |
commit | a72c1f969cba896ca61001393f0f7b74fb52e194 (patch) | |
tree | e6fdb6985952e104004323a8b1172733b8f33abf /generic/tclScan.c | |
parent | 1f9225ecf514564b9994b7747fbdc7852a321dfa (diff) | |
download | tcl-a72c1f969cba896ca61001393f0f7b74fb52e194.zip tcl-a72c1f969cba896ca61001393f0f7b74fb52e194.tar.gz tcl-a72c1f969cba896ca61001393f0f7b74fb52e194.tar.bz2 |
more spacing/formatting tweaks
Diffstat (limited to 'generic/tclScan.c')
-rw-r--r-- | generic/tclScan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclScan.c b/generic/tclScan.c index 1fc7e97..195153b 100644 --- a/generic/tclScan.c +++ b/generic/tclScan.c @@ -325,8 +325,7 @@ ValidateFormat( objIndex = (int) ull - 1; if (numVars && (objIndex >= numVars)) { goto badIndex; - } - else if (numVars == 0) { + } else if (numVars == 0) { /* * In the case where no vars are specified, the user can * specify %9999$ legally, so we have to consider special |