From d28168db048670ce4d3a2fccc387d0cb65bf1464 Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 23 Mar 2002 12:13:34 +0000 Subject: Fixed some style bugs in the removal of __P(()). The main ones were not removing tabs before "__P((", and not outdenting continuation lines to preserve non-KNF lining up of code with parentheses. Switch to KNF formatting and/or rewrap the whole prototype in some cases. --- sys/dev/sio/sio_isa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sio/sio_isa.c') diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index e1a3917..91ea9b9 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -43,8 +43,8 @@ #include #include -static int sio_isa_attach (device_t dev); -static int sio_isa_probe (device_t dev); +static int sio_isa_attach(device_t dev); +static int sio_isa_probe(device_t dev); static device_method_t sio_isa_methods[] = { /* Device interface */ -- cgit v1.1