summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Knudsen <mk@cvs.openbsd.org>2007-04-22 21:05:30 +0000
committerMichael Knudsen <mk@cvs.openbsd.org>2007-04-22 21:05:30 +0000
commitd1d188d0a9438cae99d06c55805ca61bac5fa6b7 (patch)
tree02e1d4b585963e20b6c971ad9de0ae8e1bbaf269 /sys
parent4d2d4d658d0d1c218a9b0b1cb041e2d9ec91ba5b (diff)
Whitespace cleanup.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpi/acpidev.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/acpi/acpidev.h b/sys/dev/acpi/acpidev.h
index 5f91459af96..67d10fbe652 100644
--- a/sys/dev/acpi/acpidev.h
+++ b/sys/dev/acpi/acpidev.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpidev.h,v 1.22 2007/04/22 20:52:27 mk Exp $ */
+/* $OpenBSD: acpidev.h,v 1.23 2007/04/22 21:05:29 mk Exp $ */
/*
* Copyright (c) 2005 Marco Peereboom <marco@openbsd.org>
* Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
@@ -286,12 +286,12 @@ struct acpibat_softc {
};
struct acpidock_softc {
- struct device sc_dev;
+ struct device sc_dev;
- bus_space_tag_t sc_iot;
- bus_space_handle_t sc_ioh;
+ bus_space_tag_t sc_iot;
+ bus_space_handle_t sc_ioh;
- struct acpi_softc *sc_acpi;
+ struct acpi_softc *sc_acpi;
struct aml_node *sc_devnode;
TAILQ_HEAD(, aml_nodelist) sc_deps_h;