mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Whitespace only.
This commit is contained in:
parent
dda7aec745
commit
69d3f89624
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue