diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-04 01:49:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-02-04 01:49:22 +0000 |
commit | 2c77bdd3c30c4e2793dacc2c5be32d4d251d75d3 (patch) | |
tree | 5442deb9e3c1e0664b9fa1b2cfdc5a3fc665dee8 /sys | |
parent | e248e1805bc72221ab78870f43f6c8fafa20a58c (diff) |
Minor indent botch.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/include/bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/include/bus.h b/sys/arch/i386/include/bus.h index cd7dc60bc67..a2d5fa229d3 100644 --- a/sys/arch/i386/include/bus.h +++ b/sys/arch/i386/include/bus.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bus.h,v 1.23 2001/02/03 21:55:37 mickey Exp $ */ +/* $OpenBSD: bus.h,v 1.24 2001/02/04 01:49:21 aaron Exp $ */ /* $NetBSD: bus.h,v 1.6 1996/11/10 03:19:25 thorpej Exp $ */ /*- @@ -692,7 +692,7 @@ void bus_space_free __P((bus_space_tag_t t, bus_space_handle_t bsh, "0" (_port2), "1" (_port1), "2" ((_cnt)) : \ "%edx", "%eax", "cc"); \ } else \ - i386_space_copy(_port1, _port2, 2, _cnt); \ + i386_space_copy(_port1, _port2, 2, _cnt); \ } while (0) #define bus_space_copy_4(t, h1, o1, h2, o2, cnt) do { \ |