diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-05-10 15:40:16 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-05-10 15:40:16 (GMT) |
| commit | 897d057168f712735f662742168e1cdb07adbfa1 (patch) | |
| tree | 82f1385b486b9ed371ed19b443eaa9ec42fc06db /unix/tclKqueueNotfy.c | |
| parent | e4a1582e7444408dc857eea8d08efaa629d633c5 (diff) | |
| download | tcl-897d057168f712735f662742168e1cdb07adbfa1.zip tcl-897d057168f712735f662742168e1cdb07adbfa1.tar.gz tcl-897d057168f712735f662742168e1cdb07adbfa1.tar.bz2 | |
More whitespace cleanup
Diffstat (limited to 'unix/tclKqueueNotfy.c')
| -rw-r--r-- | unix/tclKqueueNotfy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c index 062139a..ba49842 100644 --- a/unix/tclKqueueNotfy.c +++ b/unix/tclKqueueNotfy.c @@ -185,8 +185,7 @@ PlatformEventsControl( Tcl_Panic("fstat: %s", strerror(errno)); } else if ((fdStat.st_mode & S_IFMT) == S_IFREG || (fdStat.st_mode & S_IFMT) == S_IFDIR - || (fdStat.st_mode & S_IFMT) == S_IFLNK - ) { + || (fdStat.st_mode & S_IFMT) == S_IFLNK) { switch (op) { case EV_ADD: if (isNew) { |
