summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/xntpd/refclock_chu.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/xntpd/refclock_chu.c')
-rw-r--r--usr.sbin/xntpd/xntpd/refclock_chu.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/xntpd/xntpd/refclock_chu.c b/usr.sbin/xntpd/xntpd/refclock_chu.c
index 2488da6..7b710fc 100644
--- a/usr.sbin/xntpd/xntpd/refclock_chu.c
+++ b/usr.sbin/xntpd/xntpd/refclock_chu.c
@@ -525,13 +525,13 @@ chu_receive(rbufp)
* interrupt latency). We then take the mean of the
* remaining 4 offsets as our estimate.
*/
-
+
/*
* Set up the order array.
*/
for (i = 0; i < NCHUCHARS; i++)
ord[i] = (u_short)i;
-
+
/*
* Sort them into order. Reuse variables with abandon.
*/
@@ -554,7 +554,7 @@ chu_receive(rbufp)
tmp = off[ord[4]].l_uf;
for (i = 5; i <= 7; i++)
M_ADD(date_ui, tmp, off[ord[i]].l_ui, off[ord[i]].l_uf);
-
+
/*
* Round properly, then right shift two bits for the
* divide by four.
@@ -595,7 +595,7 @@ chu_receive(rbufp)
if (date_ui < 9 || date_ui > 0xfffffff7) {
register u_long prod_ui;
register u_long prod_uf;
-
+
prod_ui = prod_uf = 0;
/*
* This code knows the low order bit in 0.1 is zero
@@ -647,7 +647,7 @@ chu_receive(rbufp)
tmp = prod_ui;
}
}
-
+
/*
* At this point we have the mean offset, with the integral
* part in date_ui and the fractional part in tmp. Store
@@ -768,7 +768,7 @@ chu_process(up)
refclock_receive(peer, &up->offsets[imax], 0,
dispersion, &up->rectimes[imax], &up->rectimes[imax],
pp->leap);
-
+
/*
* Zero out unit for next code series
*/
OpenPOWER on IntegriCloud