summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/icu.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-03-23 16:01:49 +0000
committerbde <bde@FreeBSD.org>2002-03-23 16:01:49 +0000
commit8e5d7bb37a4e4d8ae1e1fefe6ad47b7c8865400d (patch)
treebd7beb118d2c1429655390b451bdab3ec851ab01 /sys/i386/isa/icu.h
parent82395b7295123f4d9a786ebd89495ef101103a61 (diff)
downloadFreeBSD-src-8e5d7bb37a4e4d8ae1e1fefe6ad47b7c8865400d.zip
FreeBSD-src-8e5d7bb37a4e4d8ae1e1fefe6ad47b7c8865400d.tar.gz
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.
Diffstat (limited to 'sys/i386/isa/icu.h')
-rw-r--r--sys/i386/isa/icu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/icu.h b/sys/i386/isa/icu.h
index 36d532a..b73495a 100644
--- a/sys/i386/isa/icu.h
+++ b/sys/i386/isa/icu.h
@@ -55,8 +55,8 @@
* DO NOT access imen directly, use INTREN()/INTRDIS().
*/
-void INTREN (u_int);
-void INTRDIS (u_int);
+void INTREN(u_int);
+void INTRDIS(u_int);
#ifdef APIC_IO
extern unsigned apic_imen; /* APIC interrupt mask enable */
OpenPOWER on IntegriCloud