From 1b1e48b58fb0621e3240e3e9fde41556f9469d01 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 18 Jun 2004 01:27:19 +0000 Subject: Style nits in the prototypes --- sys/dev/ed/if_ed_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/ed') 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) -- cgit v1.1