summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-13 08:15:50 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-04-13 08:15:50 (GMT)
commit16ddac314c8cbe5935c50f879e159e6bdbb1f4ae (patch)
treef104924fceff0758b3bc5bf12c8dafb5b00c8b18 /unix/tclKqueueNotfy.c
parent9f61e10cf9b266d5f71d7308a13494a402a9ae69 (diff)
downloadtcl-16ddac314c8cbe5935c50f879e159e6bdbb1f4ae.zip
tcl-16ddac314c8cbe5935c50f879e159e6bdbb1f4ae.tar.gz
tcl-16ddac314c8cbe5935c50f879e159e6bdbb1f4ae.tar.bz2
eol-spacing
Diffstat (limited to 'unix/tclKqueueNotfy.c')
-rw-r--r--unix/tclKqueueNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c
index 7cacde2..ab3732d 100644
--- a/unix/tclKqueueNotfy.c
+++ b/unix/tclKqueueNotfy.c
@@ -528,7 +528,7 @@ TclpCreateFileHandler(
filePtr->mask = mask;
PlatformEventsControl(filePtr, tsdPtr, EV_ADD, isNew);
-}
+}
/*
*----------------------------------------------------------------------