diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-17 12:49:32 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-04-17 12:49:32 (GMT) |
commit | aea602a07ae4eba9adb21f2d11c7f96b5f632f79 (patch) | |
tree | 064f9528be0b6f51e6856319aece81db506308f6 /unix/tclUnixTime.c | |
parent | b4ecc6b747780c309fbf05d525ecb3c5f74f3ff2 (diff) | |
download | tcl-aea602a07ae4eba9adb21f2d11c7f96b5f632f79.zip tcl-aea602a07ae4eba9adb21f2d11c7f96b5f632f79.tar.gz tcl-aea602a07ae4eba9adb21f2d11c7f96b5f632f79.tar.bz2 |
Clean-up some unnecessary spacing.
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r-- | unix/tclUnixTime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c index 4860876..a6572f9 100644 --- a/unix/tclUnixTime.c +++ b/unix/tclUnixTime.c @@ -228,7 +228,7 @@ TclpWideClicksToNanoseconds( #ifdef MAC_OSX_TCL static mach_timebase_info_data_t tb; static uint64_t maxClicksForUInt64; - + if (!tb.denom) { mach_timebase_info(&tb); maxClicksForUInt64 = UINT64_MAX / tb.numer; @@ -251,7 +251,7 @@ TclpWideClicksToNanoseconds( * * TclpWideClickInMicrosec -- * - * This procedure return scale to convert click values from the + * This procedure return scale to convert click values from the * TclpGetWideClicks native resolution to microsecond resolution * and back. * |