From 7a023186fd7705511c7d08fb4a16b1867f259deb Mon Sep 17 00:00:00 2001 From: bde Date: Sat, 23 Mar 2002 14:27:06 +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/i386/include/mptable.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/i386/include/mptable.h') diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h index 9643191..4f891db 100644 --- a/sys/i386/include/mptable.h +++ b/sys/i386/include/mptable.h @@ -737,11 +737,11 @@ static io_int *io_apic_ints; static int nintrs; -static int processor_entry (proc_entry_ptr entry, int cpu); -static int bus_entry (bus_entry_ptr entry, int bus); -static int io_apic_entry (io_apic_entry_ptr entry, int apic); -static int int_entry (int_entry_ptr entry, int intr); -static int lookup_bus_type (char *name); +static int processor_entry(proc_entry_ptr entry, int cpu); +static int bus_entry(bus_entry_ptr entry, int bus); +static int io_apic_entry(io_apic_entry_ptr entry, int apic); +static int int_entry(int_entry_ptr entry, int intr); +static int lookup_bus_type(char *name); /* -- cgit v1.1