summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/prettydate.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/prettydate.c')
-rw-r--r--usr.sbin/xntpd/lib/prettydate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/prettydate.c b/usr.sbin/xntpd/lib/prettydate.c
index 747e310..fd4a8b1 100644
--- a/usr.sbin/xntpd/lib/prettydate.c
+++ b/usr.sbin/xntpd/lib/prettydate.c
@@ -29,7 +29,7 @@ prettydate(ts)
};
LIB_GETBUF(bp);
-
+
sec = ts->l_ui - JAN_1970;
msec = ts->l_uf / 4294967; /* fract / (2 ** 32 / 1000) */
@@ -39,6 +39,6 @@ prettydate(ts)
(u_long)ts->l_ui, (u_long)ts->l_uf, days[tm->tm_wday],
months[tm->tm_mon], tm->tm_mday, 1900 + tm->tm_year,
tm->tm_hour,tm->tm_min, tm->tm_sec, msec);
-
+
return bp;
}
OpenPOWER on IntegriCloud