summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-17 12:49:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-04-17 12:49:32 (GMT)
commitaea602a07ae4eba9adb21f2d11c7f96b5f632f79 (patch)
tree064f9528be0b6f51e6856319aece81db506308f6 /unix/tclUnixTime.c
parentb4ecc6b747780c309fbf05d525ecb3c5f74f3ff2 (diff)
downloadtcl-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.c4
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.
*