powermac_nvram: clean up empty lines in .c and .h files

This commit is contained in:
Mateusz Guzik 2020-09-01 21:59:31 +00:00
parent 8eba8a00b9
commit 3cfc80b28a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365177

View file

@ -76,7 +76,6 @@ static device_method_t powermac_nvram_methods[] = {
DEVMETHOD(device_probe, powermac_nvram_probe),
DEVMETHOD(device_attach, powermac_nvram_attach),
DEVMETHOD(device_detach, powermac_nvram_detach),
{ 0, 0 }
};
@ -200,7 +199,7 @@ powermac_nvram_detach(device_t dev)
destroy_dev(sc->sc_cdev);
sx_destroy(&sc->sc_lock);
return 0;
}