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)
commiteb01254c1ce44dacfa70f813b2f0219c44b0626a (patch)
tree82f1385b486b9ed371ed19b443eaa9ec42fc06db /unix
parent7652f3b7974f7a2bf4ed0b8ebfc51ad203c6ccfa (diff)
downloadtcl-eb01254c1ce44dacfa70f813b2f0219c44b0626a.zip
tcl-eb01254c1ce44dacfa70f813b2f0219c44b0626a.tar.gz
tcl-eb01254c1ce44dacfa70f813b2f0219c44b0626a.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
-
/*
*---------------------------------------------------------------------------