From f5190c12770134151ec0714930abbd50182bc287 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 9 Aug 2006 23:37:30 +0000 Subject: [PATCH] Minor style(9) nit. --- sys/i386/i386/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index 680a7c31ccc..8f2c54f8fc8 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -2215,8 +2215,8 @@ init386(first) * memory. The PCI host bridge should be programmed for this, * so we just query it. */ - outl (0xcf8, 0x80000084); - arch_i386_xbox_memsize = (inl (0xcfc) == 0x7FFFFFF) ? 128 : 64; + outl(0xcf8, 0x80000084); + arch_i386_xbox_memsize = (inl(0xcfc) == 0x7FFFFFF) ? 128 : 64; } #endif /* XBOX */