summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2024-06-04 15:35:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2024-06-04 15:35:14 (GMT)
commit14e9a4e0bda3c86ac11baf3c11f900a5837ea70a (patch)
treeea245cdd3ace1d0ea075a51e59d0b5044fc86bf2 /macosx
parent1719e80d015d40d514bb9209a921525b2d667d9c (diff)
downloadtcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.zip
tcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.tar.gz
tcl-14e9a4e0bda3c86ac11baf3c11f900a5837ea70a.tar.bz2
Space before tab is an extremely unlikely to be correct indentation pattern
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXNotify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c
index d8af241..f7a2324 100644
--- a/macosx/tclMacOSXNotify.c
+++ b/macosx/tclMacOSXNotify.c
@@ -1683,7 +1683,7 @@ Tcl_Sleep(
SInt32 runLoopStatus;
waitTime = vdelay.sec + 1.0e-6 * vdelay.usec;
- now = CFAbsoluteTimeGetCurrent();
+ now = CFAbsoluteTimeGetCurrent();
waitEnd = now + waitTime;
if (runLoopTimer) {
@@ -1713,7 +1713,7 @@ Tcl_Sleep(
}
} while (waitTime > 0);
tsdPtr->sleeping = 0;
- if (runLoopTimer) {
+ if (runLoopTimer) {
CFRunLoopTimerSetNextFireDate(runLoopTimer, nextTimerFire);
}
} else {