From b3cb6e374250e58d08155808c1ea469dbec78ccd Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 18 Jun 2004 01:27:19 +0000 Subject: [PATCH] Style nits in the prototypes --- sys/dev/ed/if_ed_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 3d775be4d6d..9fb54ed8457 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)