summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2009-06-04 17:25:52 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2009-06-04 17:25:52 +0000
commit8029e0d69a9486d047bbf186cd60a3d16a81d682 (patch)
treec871f75ad1e7f50b6483914eccfed451ec696154 /sys/dev/acpi
parent07717341b4954ba1925790a21660d39ba7c10708 (diff)
Even more KNF.
Diffstat (limited to 'sys/dev/acpi')
-rw-r--r--sys/dev/acpi/acpivout.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/acpi/acpivout.c b/sys/dev/acpi/acpivout.c
index 491745fa78c..9804c79bd04 100644
--- a/sys/dev/acpi/acpivout.c
+++ b/sys/dev/acpi/acpivout.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpivout.c,v 1.3 2009/06/04 17:02:36 miod Exp $ */
+/* $OpenBSD: acpivout.c,v 1.4 2009/06/04 17:25:51 pirofti Exp $ */
/*
* Copyright (c) 2009 Paul Irofti <pirofti@openbsd.org>
*
@@ -327,7 +327,7 @@ acpivout_get_param(struct wsdisplay_param *dp)
continue;
sc = (struct acpivout_softc *)acpivout_cd.cd_devs[i];
/* Ignore device if not connected. */
- if (sc->sc_bcl_len != 0)
+ if (sc->sc_bcl_len != 0)
break;
}
if (sc != NULL && sc->sc_bcl_len != 0) {
@@ -356,7 +356,7 @@ acpivout_set_param(struct wsdisplay_param *dp)
continue;
sc = (struct acpivout_softc *)acpivout_cd.cd_devs[i];
/* Ignore device if not connected. */
- if (sc->sc_bcl_len != 0)
+ if (sc->sc_bcl_len != 0)
break;
}
if (sc != NULL && sc->sc_bcl_len != 0) {