summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/calyearstart.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/calyearstart.c')
-rw-r--r--usr.sbin/xntpd/lib/calyearstart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/lib/calyearstart.c b/usr.sbin/xntpd/lib/calyearstart.c
index 015ed93..e78c058 100644
--- a/usr.sbin/xntpd/lib/calyearstart.c
+++ b/usr.sbin/xntpd/lib/calyearstart.c
@@ -35,7 +35,7 @@ calyearstart(dateinyear)
cyclestart = MAR1900;
while ((cyclestart + SECSPERCYCLE) <= dateinyear)
cyclestart += SECSPERCYCLE;
-
+
/*
* If we're in the first year of the cycle, January 1 is
* two months back from the cyclestart and the year is
OpenPOWER on IntegriCloud