diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-14 20:29:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-14 20:29:07 +0000 |
commit | 0df86798fc33b43f89e3e8deeed61e408c7c954e (patch) | |
tree | 79ac9a39179ef22a085207c735d595b98acd6291 /sys/dev | |
parent | 6a3fa537623fd6ebe244da9288628fe00b67f6d1 (diff) |
spacing
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/acpi/acpi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpi.c b/sys/dev/acpi/acpi.c index f775cd6d011..327cc5febff 100644 --- a/sys/dev/acpi/acpi.c +++ b/sys/dev/acpi/acpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi.c,v 1.97 2007/11/12 21:38:00 deraadt Exp $ */ +/* $OpenBSD: acpi.c,v 1.98 2007/11/14 20:29:06 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -373,7 +373,7 @@ acpi_add_device(struct aml_node *node, void *arg) break; case AML_OBJTYPE_THERMZONE: aaa.aaa_name = "acpitz"; - break; + break; default: return 0; } |