diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2025-03-02 15:48:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2025-03-02 15:48:58 (GMT) |
commit | 6dcc8167f2562ad7d1e02274355f7cbb79ddbf68 (patch) | |
tree | b317af126bf5d5d05e29eea5e4c09eddb2cf4e9e /unix/tclUnixTest.c | |
parent | 841cd34c3b77d2b106eb06b22a48393846c0b0a3 (diff) | |
download | tcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.zip tcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.tar.gz tcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.tar.bz2 |
Bunch of whitespace basic fixes.
Diffstat (limited to 'unix/tclUnixTest.c')
-rw-r--r-- | unix/tclUnixTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTest.c b/unix/tclUnixTest.c index 4d95309..31c92a9 100644 --- a/unix/tclUnixTest.c +++ b/unix/tclUnixTest.c @@ -312,7 +312,7 @@ TestfilehandlerCmd( static void TestFileHandlerProc( - void *clientData, /* Points to a Pipe structure. */ + void *clientData, /* Points to a Pipe structure. */ int mask) /* Indicates which events happened: * TCL_READABLE or TCL_WRITABLE. */ { |