summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTest.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2025-03-03 09:33:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2025-03-03 09:33:42 (GMT)
commitaf9dc0bf29bbdbdec72067e2dbadf232a49257d9 (patch)
tree343025a08ce567bd2cf50d63f78eb6ccefbf0cc2 /unix/tclUnixTest.c
parent6dcc8167f2562ad7d1e02274355f7cbb79ddbf68 (diff)
downloadtcl-af9dc0bf29bbdbdec72067e2dbadf232a49257d9.zip
tcl-af9dc0bf29bbdbdec72067e2dbadf232a49257d9.tar.gz
tcl-af9dc0bf29bbdbdec72067e2dbadf232a49257d9.tar.bz2
Mostly whitespace fixes, but also a bug in Tcl_SetWideUIntObj
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r--unix/tclUnixTest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c
index 31c92a9..75fad34 100644
--- a/unix/tclUnixTest.c
+++ b/unix/tclUnixTest.c
@@ -611,9 +611,9 @@ TestgotsigCmd(
static int
TestchmodCmd(
TCL_UNUSED(void *),
- Tcl_Interp *interp, /* Current interpreter. */
+ Tcl_Interp *interp, /* Current interpreter. */
int objc, /* Number of arguments. */
- Tcl_Obj *const *objv) /* Argument strings. */
+ Tcl_Obj *const *objv) /* Argument strings. */
{
int i, mode;