From 9693ff7295bc7cc16b9fbff25a11288b807d08ee Mon Sep 17 00:00:00 2001 From: alfred Date: Mon, 14 Oct 2002 22:31:52 +0000 Subject: Put function return types on a line by themselves. Cleanup my earlier de-__P sweep and remove whitespace between function names and paramters. --- sys/dev/mii/nsgphy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/mii/nsgphy.c') diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index 07c695c..e68f171 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -78,8 +78,8 @@ static const char rcsid[] = "$FreeBSD$"; #endif -static int nsgphy_probe (device_t); -static int nsgphy_attach (device_t); +static int nsgphy_probe(device_t); +static int nsgphy_attach(device_t); static device_method_t nsgphy_methods[] = { /* device interface */ -- cgit v1.1