summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-06-18 01:27:19 +0000
committerimp <imp@FreeBSD.org>2004-06-18 01:27:19 +0000
commit1b1e48b58fb0621e3240e3e9fde41556f9469d01 (patch)
tree8dfcfb05da64d96f99ebc17d2e6521d7cbd6a0af /sys/dev/ed
parentf671c3b86750f4860a34fffeff67024123841bf8 (diff)
downloadFreeBSD-src-1b1e48b58fb0621e3240e3e9fde41556f9469d01.zip
FreeBSD-src-1b1e48b58fb0621e3240e3e9fde41556f9469d01.tar.gz
Style nits in the prototypes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pci.c4
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)
OpenPOWER on IntegriCloud