Whitespace only.

This commit is contained in:
Nate Lawson 2007-11-08 21:20:34 +00:00
parent dda7aec745
commit 69d3f89624
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173480

View File

@ -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