mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Style nits in the prototypes
This commit is contained in:
parent
7c2989d3e9
commit
b3cb6e3742
1 changed files with 2 additions and 2 deletions
|
|
@ -58,8 +58,8 @@ static struct _pcsid
|
|||
{ 0x00000000, NULL }
|
||||
};
|
||||
|
||||
static int ed_pci_probe (device_t);
|
||||
static int ed_pci_attach (device_t);
|
||||
static int ed_pci_probe(device_t);
|
||||
static int ed_pci_attach(device_t);
|
||||
|
||||
static int
|
||||
ed_pci_probe (device_t dev)
|
||||
|
|
|
|||
Loading…
Reference in a new issue