From 6b9dac3b42ad43c521e08eba6f1c42978a480543 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 9 Jun 2008 16:52:04 +0000 Subject: [PATCH] spacing --- src/usr.sbin/ntpd/sensors.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.sbin/ntpd/sensors.c b/src/usr.sbin/ntpd/sensors.c index debd5104..8bbae220 100644 --- a/src/usr.sbin/ntpd/sensors.c +++ b/src/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 @@ -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); }