Style nits in the prototypes

This commit is contained in:
Warner Losh 2004-06-18 01:27:19 +00:00
parent 7c2989d3e9
commit b3cb6e3742

View File

@ -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)