summaryrefslogtreecommitdiffstats
path: root/unix
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)
commit805d98b8a0966284b338e8e405630b48d5a3940d (patch)
tree82f1385b486b9ed371ed19b443eaa9ec42fc06db /unix
parent4c394788af4e1ca04c1a35873bfd8b021205ace7 (diff)
downloadtcl-805d98b8a0966284b338e8e405630b48d5a3940d.zip
tcl-805d98b8a0966284b338e8e405630b48d5a3940d.tar.gz
tcl-805d98b8a0966284b338e8e405630b48d5a3940d.tar.bz2
More whitespace cleanup
Diffstat (limited to 'unix')
-rw-r--r--unix/tclKqueueNotfy.c3
-rw-r--r--unix/tclLoadNext.c1
-rw-r--r--unix/tclLoadOSF.c1
-rw-r--r--unix/tclUnixInit.c1
4 files changed, 1 insertions, 5 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) {
diff --git a/unix/tclLoadNext.c b/unix/tclLoadNext.c
index 12df7e4..de185fb 100644
--- a/unix/tclLoadNext.c
+++ b/unix/tclLoadNext.c
@@ -14,7 +14,6 @@
#include <mach-o/rld.h>
#include <streams/streams.h>
-
/*
* Static procedures defined within this file.
*/
diff --git a/unix/tclLoadOSF.c b/unix/tclLoadOSF.c
index 1c8b53a..81f314f 100644
--- a/unix/tclLoadOSF.c
+++ b/unix/tclLoadOSF.c
@@ -36,7 +36,6 @@
#include <sys/types.h>
#include <loader.h>
-
/*
* Static procedures defined within this file.
*/
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index 67bff10..81e3af5 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -335,7 +335,6 @@ static int MacOSXGetLibraryPath(Tcl_Interp *interp,
MODULE_SCOPE long tclMacOSXDarwinRelease;
long tclMacOSXDarwinRelease = 0;
#endif
-
/*
*---------------------------------------------------------------------------