summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_ec.c
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2007-11-08 21:20:34 +0000
committernjl <njl@FreeBSD.org>2007-11-08 21:20:34 +0000
commit55fd4d090e7b4aca43329bef4c52b3a3884645a4 (patch)
tree664dcc5b24df5e5b9825f443f995a6460976ea22 /sys/dev/acpica/acpi_ec.c
parentc6c6cc7efad7de66468002a16796bccf2d80c119 (diff)
downloadFreeBSD-src-55fd4d090e7b4aca43329bef4c52b3a3884645a4.zip
FreeBSD-src-55fd4d090e7b4aca43329bef4c52b3a3884645a4.tar.gz
Whitespace only.
Diffstat (limited to 'sys/dev/acpica/acpi_ec.c')
-rw-r--r--sys/dev/acpica/acpi_ec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/acpica/acpi_ec.c b/sys/dev/acpica/acpi_ec.c
index 86fb4b9..bb75223 100644
--- a/sys/dev/acpica/acpi_ec.c
+++ b/sys/dev/acpica/acpi_ec.c
@@ -556,7 +556,6 @@ acpi_ec_suspend(device_t dev)
sc = device_get_softc(dev);
sc->ec_suspending = TRUE;
return (0);
-
}
static int
@@ -567,7 +566,6 @@ acpi_ec_resume(device_t dev)
sc = device_get_softc(dev);
sc->ec_suspending = FALSE;
return (0);
-
}
static int
OpenPOWER on IntegriCloud