summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-11-23 15:17:46 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-11-23 15:17:46 +0000
commit672ad547f6d4e72373b10a03337a684b3e9366a8 (patch)
tree7f9f072a43ac0c10443cefe526906dcd444f753f
parent60aef74e090e9c0db97e8f1ce6947c0472a6a2d8 (diff)
knf
-rw-r--r--sys/dev/acpi/acpihpet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpihpet.c b/sys/dev/acpi/acpihpet.c
index 29c167471b3..5e9496ea36c 100644
--- a/sys/dev/acpi/acpihpet.c
+++ b/sys/dev/acpi/acpihpet.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpihpet.c,v 1.10 2009/11/23 01:33:08 pirofti Exp $ */
+/* $OpenBSD: acpihpet.c,v 1.11 2009/11/23 15:17:45 deraadt Exp $ */
/*
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
*
@@ -70,7 +70,7 @@ acpihpet_activate(struct device *self, int act)
{
struct acpihpet_softc *sc = (struct acpihpet_softc *) self;
- switch(act) {
+ switch (act) {
case DVACT_RESUME:
bus_space_write_4(sc->sc_iot, sc->sc_ioh,
HPET_CONFIGURATION, 1);