summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/utvtoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/utvtoa.c')
-rw-r--r--usr.sbin/xntpd/lib/utvtoa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/lib/utvtoa.c b/usr.sbin/xntpd/lib/utvtoa.c
index 48310a8..5a192e1 100644
--- a/usr.sbin/xntpd/lib/utvtoa.c
+++ b/usr.sbin/xntpd/lib/utvtoa.c
@@ -14,7 +14,7 @@ utvtoa(tv)
register char *buf;
LIB_GETBUF(buf);
-
+
(void) sprintf(buf, "%lu.%06lu", (u_long)tv->tv_sec,
(u_long)tv->tv_usec);
return buf;
OpenPOWER on IntegriCloud