summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarco <marco@openbsd.org>2010-07-27 22:32:51 +0000
committermarco <marco@openbsd.org>2010-07-27 22:32:51 +0000
commit1dbc9b0052747dbf5296cfd31be5583d8edc7269 (patch)
tree6df043d385a7a9474ff2c05b3d4e3f27efa73be1
parentRemove a stray space. No binary change. (diff)
downloadwireguard-openbsd-1dbc9b0052747dbf5296cfd31be5583d8edc7269.tar.xz
wireguard-openbsd-1dbc9b0052747dbf5296cfd31be5583d8edc7269.zip
Spaces vs tab
-rw-r--r--sys/dev/acpi/acpiec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/acpi/acpiec.c b/sys/dev/acpi/acpiec.c
index 0c59be82a7c..729378a8619 100644
--- a/sys/dev/acpi/acpiec.c
+++ b/sys/dev/acpi/acpiec.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: acpiec.c,v 1.37 2010/07/27 21:55:54 marco Exp $ */
+/* $OpenBSD: acpiec.c,v 1.38 2010/07/27 22:32:51 marco Exp $ */
/*
* Copyright (c) 2006 Can Erkin Acar <canacar@openbsd.org>
*
@@ -390,7 +390,7 @@ acpiec_getcrs(struct acpiec_softc *sc, struct acpi_attach_args *aa)
int size, ret;
int64_t gpe;
struct acpi_ecdt *ecdt = aa->aaa_table;
- extern struct aml_node aml_root;
+ extern struct aml_node aml_root;
/* Check if this is ECDT initialization */
if (ecdt) {