summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2025-03-02 15:48:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2025-03-02 15:48:58 (GMT)
commit6dcc8167f2562ad7d1e02274355f7cbb79ddbf68 (patch)
treeb317af126bf5d5d05e29eea5e4c09eddb2cf4e9e /unix/tclKqueueNotfy.c
parent841cd34c3b77d2b106eb06b22a48393846c0b0a3 (diff)
downloadtcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.zip
tcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.tar.gz
tcl-6dcc8167f2562ad7d1e02274355f7cbb79ddbf68.tar.bz2
Bunch of whitespace basic fixes.
Diffstat (limited to 'unix/tclKqueueNotfy.c')
-rw-r--r--unix/tclKqueueNotfy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c
index a99f7bd..b9ebd49 100644
--- a/unix/tclKqueueNotfy.c
+++ b/unix/tclKqueueNotfy.c
@@ -40,7 +40,7 @@ typedef struct FileHandler {
* for this file. */
Tcl_FileProc *proc; /* Function to call, in the style of
* Tcl_CreateFileHandler. */
- void *clientData; /* Argument to pass to proc. */
+ void *clientData; /* Argument to pass to proc. */
struct FileHandler *nextPtr;/* Next in list of all files we care about. */
LIST_ENTRY(FileHandler) readyNode;
/* Next/previous in list of FileHandlers asso-
@@ -517,7 +517,7 @@ TclpCreateFileHandler(
* called. */
Tcl_FileProc *proc, /* Function to call for each selected
* event. */
- void *clientData) /* Arbitrary data to pass to proc. */
+ void *clientData) /* Arbitrary data to pass to proc. */
{
ThreadSpecificData *tsdPtr = TCL_TSD_INIT(&dataKey);
FileHandler *filePtr = LookUpFileHandler(tsdPtr, fd, NULL);
@@ -786,7 +786,7 @@ int
TclAsyncNotifier(
int sigNumber, /* Signal number. */
Tcl_ThreadId threadId, /* Target thread. */
- void *clientData, /* Notifier data. */
+ void *clientData, /* Notifier data. */
int *flagPtr, /* Flag to mark. */
int value) /* Value of mark. */
{