diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-11-24 08:37:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-11-24 08:37:09 +0000 |
commit | ec8ef36c66e3ef24a31f05d1b3fe195155056d16 (patch) | |
tree | a7c0319b798bf6edd18ca9e5f225009c20f7f4cc /sys/arch/i386 | |
parent | f0e7c172dc20b887b58572fbdd7889cce86385b2 (diff) |
repair indent that cvs has scrwed make it extra confusing
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/isa/isa_machdep.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/isa/isa_machdep.c b/sys/arch/i386/isa/isa_machdep.c index c833ec18d38..a8e203f8ff1 100644 --- a/sys/arch/i386/isa/isa_machdep.c +++ b/sys/arch/i386/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.c,v 1.53 2005/11/23 09:32:46 mickey Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.54 2005/11/24 08:37:08 mickey Exp $ */ /* $NetBSD: isa_machdep.c,v 1.22 1997/06/12 23:57:32 thorpej Exp $ */ #define ISA_DMA_STATS @@ -558,8 +558,8 @@ isa_intr_establish(ic, irq, type, level, ih_fun, ih_arg, ih_what) if (mip == NULL) airq = mpbios_invent(irq, type, mp_isa_bus); - return (apic_intr_establish(airq, type, level, ih_fun, - ih_arg, ih_what)); + return (apic_intr_establish(airq, type, level, ih_fun, + ih_arg, ih_what)); } #endif /* no point in sleeping unless someone can free memory. */ |