summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-06-09 16:52:05 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-06-09 16:52:05 +0000
commite993f1a6895647f23b8e942683d13abe975cc7b7 (patch)
tree6ac8d09ac0497cfa8b4d636f11c30700746a3da6
parent06cbd28a8803f79ee46baf228b998ff7482ec318 (diff)
spacing
-rw-r--r--usr.sbin/ntpd/sensors.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ntpd/sensors.c b/usr.sbin/ntpd/sensors.c
index debd510481a..8bbae220e20 100644
--- a/usr.sbin/ntpd/sensors.c
+++ b/usr.sbin/ntpd/sensors.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sensors.c,v 1.36 2008/06/09 16:37:35 ckuethe Exp $ */
+/* $OpenBSD: sensors.c,v 1.37 2008/06/09 16:52:04 deraadt Exp $ */
/*
* Copyright (c) 2006 Henning Brauer <henning@openbsd.org>
@@ -135,7 +135,7 @@ sensor_add(int sensordev, char *dxname)
TAILQ_INSERT_TAIL(&conf->ntp_sensors, s, entry);
log_debug("sensor %s added (weight %d, correction %.6f, refstr %-4s)",
- s->device, s->weight, s->correction / 1e6, &s->refstr);
+ s->device, s->weight, s->correction / 1e6, &s->refstr);
s->refstr = htonl(s->refstr);
}