diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-04 15:35:14 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2024-06-04 15:35:14 (GMT) |
| commit | cd72d108bf14caa354d011a2ce41426ea011da2a (patch) | |
| tree | ea245cdd3ace1d0ea075a51e59d0b5044fc86bf2 /macosx/tclMacOSXNotify.c | |
| parent | f40df819ae9708d22caccabb9f6a209739449872 (diff) | |
| download | tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.zip tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.tar.gz tcl-cd72d108bf14caa354d011a2ce41426ea011da2a.tar.bz2 | |
Space before tab is an extremely unlikely to be correct indentation pattern
Diffstat (limited to 'macosx/tclMacOSXNotify.c')
| -rw-r--r-- | macosx/tclMacOSXNotify.c | 4 |
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 { |
