diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 14:56:45 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-03-19 14:56:45 (GMT) |
| commit | c740da6bc26ac29aeb5b548f7e350fd15ec1f890 (patch) | |
| tree | bcfa89065ecea0a374bed505c235b77cba3db0a3 /generic/tclBinary.c | |
| parent | 9e0fbf5ef34d910758ee6a09bbf91bb5ec8f58f4 (diff) | |
| download | tcl-c740da6bc26ac29aeb5b548f7e350fd15ec1f890.zip tcl-c740da6bc26ac29aeb5b548f7e350fd15ec1f890.tar.gz tcl-c740da6bc26ac29aeb5b548f7e350fd15ec1f890.tar.bz2 | |
Fix indentation/brace usage style issues
Diffstat (limited to 'generic/tclBinary.c')
| -rw-r--r-- | generic/tclBinary.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclBinary.c b/generic/tclBinary.c index 152b21e..916ba4c 100644 --- a/generic/tclBinary.c +++ b/generic/tclBinary.c @@ -961,8 +961,7 @@ BinaryFormatCmd( * The macro evals its args more than once: avoid arg++ */ - if (TclListObjLength(interp, objv[arg], &listc - ) != TCL_OK) { + if (TclListObjLength(interp, objv[arg], &listc) != TCL_OK) { return TCL_ERROR; } |
