summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/caljulian.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/caljulian.c')
-rw-r--r--usr.sbin/xntpd/lib/caljulian.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/caljulian.c b/usr.sbin/xntpd/lib/caljulian.c
index 070fa0d..64efd1e 100644
--- a/usr.sbin/xntpd/lib/caljulian.c
+++ b/usr.sbin/xntpd/lib/caljulian.c
@@ -60,7 +60,7 @@ caljulian(ntptime, jt)
nt -= SECSPERCYCLE;
cyear++;
}
-
+
/*
* Seconds, minutes and hours are too hard to do without
* divides, so we don't.
@@ -96,7 +96,7 @@ caljulian(ntptime, jt)
for (i = 0; i < 11; i++)
if (snt < calmonthtab[i+1])
break;
-
+
if (i > 9)
jt->month = i - 9; /* January or February */
else
OpenPOWER on IntegriCloud