Whitespace only.
This commit is contained in:
parent
dda7aec745
commit
69d3f89624
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173480
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user