From 488e19ebf18e6c7195b2563a14d82ca7f48f37ea Mon Sep 17 00:00:00 2001 From: uwe Date: Thu, 28 Jul 2011 08:13:25 +0000 Subject: Random whitespace and coding-style fixes. Also, indentation fixes, e.g. due to conversion to msg_*, use ARRAY_SIZE where possible, wrap overly long line, etc. Compile-tested. There should be no functional changes. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1397 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- hwaccess.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwaccess.h') diff --git a/hwaccess.h b/hwaccess.h index a58194f..eea3652 100644 --- a/hwaccess.h +++ b/hwaccess.h @@ -220,7 +220,7 @@ cpu_to_be(64) #define INW inportw #define INL inportl -#else +#else #define OUTB outb #define OUTW outw -- cgit v1.2.1