mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
nfsmb: clean up empty lines in .c and .h files
This commit is contained in:
parent
1db0db8a10
commit
db95a0c2f6
1 changed files with 0 additions and 2 deletions
|
|
@ -609,7 +609,6 @@ static device_method_t nfsmb_methods[] = {
|
|||
DEVMETHOD(smbus_readw, nfsmb_readw),
|
||||
DEVMETHOD(smbus_bwrite, nfsmb_bwrite),
|
||||
DEVMETHOD(smbus_bread, nfsmb_bread),
|
||||
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
@ -630,7 +629,6 @@ static device_method_t nfsmbsub_methods[] = {
|
|||
DEVMETHOD(smbus_readw, nfsmb_readw),
|
||||
DEVMETHOD(smbus_bwrite, nfsmb_bwrite),
|
||||
DEVMETHOD(smbus_bread, nfsmb_bread),
|
||||
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue