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 | 16b3adf662893e6db67e82fb1df01063e1315548 (patch) | |
| tree | bcfa89065ecea0a374bed505c235b77cba3db0a3 /generic/tclAssembly.c | |
| parent | 7bf9d79d60378e206b741af48b8cf6c55451557e (diff) | |
| download | tcl-16b3adf662893e6db67e82fb1df01063e1315548.zip tcl-16b3adf662893e6db67e82fb1df01063e1315548.tar.gz tcl-16b3adf662893e6db67e82fb1df01063e1315548.tar.bz2 | |
Fix indentation/brace usage style issues
Diffstat (limited to 'generic/tclAssembly.c')
| -rw-r--r-- | generic/tclAssembly.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclAssembly.c b/generic/tclAssembly.c index ba2e5a7..b041670 100644 --- a/generic/tclAssembly.c +++ b/generic/tclAssembly.c @@ -986,7 +986,6 @@ TclCompileAssembleCmd( if (TCL_ERROR == TclAssembleCode(envPtr, tokenPtr[1].start, tokenPtr[1].size, TCL_EVAL_DIRECT)) { - Tcl_AppendObjToErrorInfo(interp, Tcl_ObjPrintf( "\n (\"%.*s\" body, line %d)", (int)parsePtr->tokenPtr->size, parsePtr->tokenPtr->start, |
