summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-05-10 15:40:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-05-10 15:40:16 (GMT)
commit539d5f44840714a8f558d4c2999b8b60271661e0 (patch)
tree82f1385b486b9ed371ed19b443eaa9ec42fc06db /generic/tclCompCmdsSZ.c
parent3812f72f5b8f27ca52892b3daf871f15db0bc844 (diff)
downloadtcl-539d5f44840714a8f558d4c2999b8b60271661e0.zip
tcl-539d5f44840714a8f558d4c2999b8b60271661e0.tar.gz
tcl-539d5f44840714a8f558d4c2999b8b60271661e0.tar.bz2
More whitespace cleanup
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r--generic/tclCompCmdsSZ.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index 98a39f9..bc37155 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -101,7 +101,6 @@ const AuxDataType tclJumptableInfoType = {
if ((idx)<256) {OP1(STORE_SCALAR1,(idx));} else {OP4(STORE_SCALAR4,(idx));}
#define INVOKE(name) \
TclEmitInvoke(envPtr,INST_##name)
-
/*
*----------------------------------------------------------------------