summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/mstolfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/mstolfp.c')
-rw-r--r--usr.sbin/xntpd/lib/mstolfp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/mstolfp.c b/usr.sbin/xntpd/lib/mstolfp.c
index f9c21b7..e4c4d46 100644
--- a/usr.sbin/xntpd/lib/mstolfp.c
+++ b/usr.sbin/xntpd/lib/mstolfp.c
@@ -32,7 +32,7 @@ mstolfp(str, lfp)
cp = str;
while (isspace(*cp))
cp++;
-
+
if (*cp == '-') {
*bp++ = '-';
cp++;
@@ -81,7 +81,7 @@ mstolfp(str, lfp)
*/
while (cp < cpdec)
*bp++ = (char)*cp++;
-
+
if (*cp == '.') {
cp++;
while (isdigit(*cp))
OpenPOWER on IntegriCloud