summaryrefslogtreecommitdiffstats
path: root/generic/tclScan.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclScan.c')
-rw-r--r--generic/tclScan.c3
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