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

This commit is contained in:
Mateusz Guzik 2020-09-01 21:58:12 +00:00
parent 232fcd1b62
commit ed67e0760a
2 changed files with 1 additions and 2 deletions

View File

@ -116,7 +116,6 @@ iop_pci_detach(device_t dev)
return (0);
}
static device_method_t pst_pci_methods[] = {
DEVMETHOD(device_probe, iop_pci_probe),
DEVMETHOD(device_attach, iop_pci_attach),

View File

@ -365,7 +365,7 @@ static device_method_t pst_methods[] = {
DEVMETHOD(device_attach, pst_attach),
{ 0, 0 }
};
static driver_t pst_driver = {
"pst",
pst_methods,