summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixTime.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-11-14 09:44:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-11-14 09:44:34 (GMT)
commit9c2149012b89058326868f392e85d2f48b3bb24a (patch)
tree2b99a664296c9d6d3e6b3b08c2d6581c1cb6cbf7 /unix/tclUnixTime.c
parent6e056b1e14ac49bab5da26577d54d00489144066 (diff)
downloadtcl-9c2149012b89058326868f392e85d2f48b3bb24a.zip
tcl-9c2149012b89058326868f392e85d2f48b3bb24a.tar.gz
tcl-9c2149012b89058326868f392e85d2f48b3bb24a.tar.bz2
Remove a number of eol-spaces. No change in functionality.
Diffstat (limited to 'unix/tclUnixTime.c')
-rw-r--r--unix/tclUnixTime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixTime.c b/unix/tclUnixTime.c
index 4452022..315bcf9 100644
--- a/unix/tclUnixTime.c
+++ b/unix/tclUnixTime.c
@@ -199,7 +199,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;