diff options
author | imp <imp@FreeBSD.org> | 2004-06-18 01:27:19 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2004-06-18 01:27:19 +0000 |
commit | 1b1e48b58fb0621e3240e3e9fde41556f9469d01 (patch) | |
tree | 8dfcfb05da64d96f99ebc17d2e6521d7cbd6a0af /sys/dev/ed/if_ed_pci.c | |
parent | f671c3b86750f4860a34fffeff67024123841bf8 (diff) | |
download | FreeBSD-src-1b1e48b58fb0621e3240e3e9fde41556f9469d01.zip FreeBSD-src-1b1e48b58fb0621e3240e3e9fde41556f9469d01.tar.gz |
Style nits in the prototypes
Diffstat (limited to 'sys/dev/ed/if_ed_pci.c')
-rw-r--r-- | sys/dev/ed/if_ed_pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 3d775be..9fb54ed 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -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) |