summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/lib/clocktypes.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/lib/clocktypes.c')
-rw-r--r--usr.sbin/xntpd/lib/clocktypes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/lib/clocktypes.c b/usr.sbin/xntpd/lib/clocktypes.c
index 38b8cd2..4c5f437 100644
--- a/usr.sbin/xntpd/lib/clocktypes.c
+++ b/usr.sbin/xntpd/lib/clocktypes.c
@@ -63,7 +63,7 @@ clockname(num)
int num;
{
register struct clktype *clk;
-
+
for (clk = clktypes; clk->code != -1; clk++) {
if (num == clk->code)
return (clk->abbrev);
OpenPOWER on IntegriCloud