summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/parse/clk_dcf7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/parse/clk_dcf7000.c')
-rw-r--r--usr.sbin/xntpd/parse/clk_dcf7000.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/xntpd/parse/clk_dcf7000.c b/usr.sbin/xntpd/parse/clk_dcf7000.c
index 208e529..82e7915 100644
--- a/usr.sbin/xntpd/parse/clk_dcf7000.c
+++ b/usr.sbin/xntpd/parse/clk_dcf7000.c
@@ -1,14 +1,14 @@
#if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS)) && defined(CLOCK_DCF7000)
/*
* /src/NTP/REPOSITORY/v3/parse/clk_dcf7000.c,v 3.12 1994/05/30 10:19:57 kardel Exp
- *
+ *
* clk_dcf7000.c,v 3.12 1994/05/30 10:19:57 kardel Exp
*
* ELV DCF7000 module
*
* Copyright (c) 1992,1993,1994
* Frank Kardel Friedrich-Alexander Universitaet Erlangen-Nuernberg
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -33,7 +33,7 @@ static struct format dcf7000_fmt =
},
" - - - - - - - \r",
0
-};
+};
static u_long cvt_dcf7000();
@@ -92,7 +92,7 @@ cvt_dcf7000(buffer, size, format, clock)
{
char *f = &buffer[format->field_offsets[O_FLAGS].offset];
long flags;
-
+
clock->flags = 0;
clock->usecond = 0;
OpenPOWER on IntegriCloud