diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-01 16:13:39 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-01 16:13:39 (GMT) |
commit | 4a25523bd51f705a6a6aad227de13267caef05dc (patch) | |
tree | 528ef69b321212a720a4ab82576c88bfcee3621e /generic/tclPipe.c | |
parent | 4b02aec22c3f21d2039edd7f7143abe460fdb5b4 (diff) | |
download | tcl-4a25523bd51f705a6a6aad227de13267caef05dc.zip tcl-4a25523bd51f705a6a6aad227de13267caef05dc.tar.gz tcl-4a25523bd51f705a6a6aad227de13267caef05dc.tar.bz2 |
Some tidying up, mostly of indentation
Diffstat (limited to 'generic/tclPipe.c')
-rw-r--r-- | generic/tclPipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclPipe.c b/generic/tclPipe.c index 73f291a..1efe1ba 100644 --- a/generic/tclPipe.c +++ b/generic/tclPipe.c @@ -1021,7 +1021,7 @@ Tcl_Channel Tcl_OpenCommandChannel( Tcl_Interp *interp, /* Interpreter for error reporting. Can NOT be * NULL. */ - Tcl_Size argc, /* How many arguments. */ + Tcl_Size argc, /* How many arguments. */ const char **argv, /* Array of arguments for command pipe. */ int flags) /* Or'ed combination of TCL_STDIN, TCL_STDOUT, * TCL_STDERR, and TCL_ENFORCE_MODE. */ |