diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-07-16 21:07:42 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-07-16 21:07:42 +0000 |
commit | 91954685d8586fffedbc2af6b2d45f1c5390c0bb (patch) | |
tree | 262b33a2a355d0a7f12d210cd9abf816249fa55f | |
parent | 5dab6d5af21b954f9810d69dbf419a64a0dcd283 (diff) |
KNF
ok sthen
-rw-r--r-- | sys/arch/i386/i386/bus_space.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/bus_space.c b/sys/arch/i386/i386/bus_space.c index d5fec655809..abd434d1a4c 100644 --- a/sys/arch/i386/i386/bus_space.c +++ b/sys/arch/i386/i386/bus_space.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bus_space.c,v 1.3 2009/01/07 01:36:43 jsg Exp $ */ +/* $OpenBSD: bus_space.c,v 1.4 2009/07/16 21:07:41 mk Exp $ */ /*- * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * All rights reserved. @@ -62,7 +62,7 @@ */ #include <sys/param.h> -#include<sys/systm.h> +#include <sys/systm.h> #include <sys/malloc.h> #include <sys/extent.h> |