summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/refnumtoa.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/refnumtoa.c')
-rw-r--r--usr.sbin/xntpd/lib/refnumtoa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/refnumtoa.c b/usr.sbin/xntpd/lib/refnumtoa.c
index b46fdd8..8bb7d38 100644
--- a/usr.sbin/xntpd/lib/refnumtoa.c
+++ b/usr.sbin/xntpd/lib/refnumtoa.c
@@ -14,9 +14,9 @@ refnumtoa(num)
register u_long netnum;
register char *buf;
register const char *rclock;
-
+
netnum = ntohl(num);
-
+
LIB_GETBUF(buf);
rclock = clockname((int)((netnum >> 8) & 0xff));
OpenPOWER on IntegriCloud