summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-13 09:51:00 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-13 09:51:00 (GMT)
commitf576c749e2236320006463c7e2ba79647731fda6 (patch)
treea565890ed749f3590c2ce13915c8603b3acecccb /generic/tclCmdIL.c
parent0e43541e97cd06609288045cabdba0a25d46d2f1 (diff)
parent5d8356eeada5a909ed3024be15d42995b99d6fee (diff)
downloadtcl-f576c749e2236320006463c7e2ba79647731fda6.zip
tcl-f576c749e2236320006463c7e2ba79647731fda6.tar.gz
tcl-f576c749e2236320006463c7e2ba79647731fda6.tar.bz2
Use tabs for indenting in stead of 8 spaces. Unbreak clang build
Diffstat (limited to 'generic/tclCmdIL.c')
-rw-r--r--generic/tclCmdIL.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c
index 5c20317..e2ea401 100644
--- a/generic/tclCmdIL.c
+++ b/generic/tclCmdIL.c
@@ -4070,10 +4070,10 @@ SequenceIdentifyArgument(
}
doExpr:
/* Check for an index expression */
- int keyword;
if (Tcl_ExprObj(interp, argPtr, &exprValueObj) != TCL_OK) {
return ErrArg;
}
+ int keyword;
/* Determine if result of expression is double or int */
if (Tcl_GetNumberFromObj(interp, exprValueObj, &internalPtr,
&keyword) != TCL_OK