pst: clean up empty lines in .c and .h files
This commit is contained in:
parent
232fcd1b62
commit
ed67e0760a
@ -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),
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user