summaryrefslogtreecommitdiffstats
path: root/generic/tclProcess.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-05-10 15:40:16 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-05-10 15:40:16 (GMT)
commit897d057168f712735f662742168e1cdb07adbfa1 (patch)
tree82f1385b486b9ed371ed19b443eaa9ec42fc06db /generic/tclProcess.c
parente4a1582e7444408dc857eea8d08efaa629d633c5 (diff)
downloadtcl-897d057168f712735f662742168e1cdb07adbfa1.zip
tcl-897d057168f712735f662742168e1cdb07adbfa1.tar.gz
tcl-897d057168f712735f662742168e1cdb07adbfa1.tar.bz2
More whitespace cleanup
Diffstat (limited to 'generic/tclProcess.c')
-rw-r--r--generic/tclProcess.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclProcess.c b/generic/tclProcess.c
index 968e191..a5607d9 100644
--- a/generic/tclProcess.c
+++ b/generic/tclProcess.c
@@ -350,7 +350,6 @@ WaitProcessStatus(
}
}
-
/*
*----------------------------------------------------------------------
*
@@ -891,8 +890,7 @@ TclProcessWait(
* - errno in case of error.
* - non-zero exit code for abormal exit.
* - signal number if killed or suspended.
- * - Tcl_WaitPid status in all other cases.
- */
+ * - Tcl_WaitPid status in all other cases. */
Tcl_Obj **msgObjPtr, /* If non-NULL, will receive error message. */
Tcl_Obj **errorObjPtr) /* If non-NULL, will receive error code. */
{