aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-02-03 22:07:57 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-02-03 22:07:57 +0000
commitd0d7c0158d71b0fc8a358d768bc6a531a6931d71 (patch)
tree65deca0fec8dfabe210630e7c6034103739809a3 /src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
parent3fb8c6637e4dc6bfa006c326cec3013d7f469c89 (diff)
Supermicro H8QME-2+ (Fam10) whitespace fixes (trivial).
This makes the code more similar to the h8dmr_fam10 target in order to make the diff between both smaller and more readable. Build-tested with newconfig and kconfig. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5080 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h')
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h b/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
index 579afb8c72..42969bb71e 100644
--- a/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
+++ b/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
@@ -28,12 +28,11 @@ struct mb_sysconf_t {
unsigned apicid_mcp55;
unsigned bus_type[256];
-unsigned char bus_8132_0; //7
-unsigned char bus_8132_1; //8
-unsigned char bus_8132_2; //9
-unsigned apicid_8132_1;
-unsigned apicid_8132_2;
-
+ unsigned char bus_8132_0; //7
+ unsigned char bus_8132_1; //8
+ unsigned char bus_8132_2; //9
+ unsigned apicid_8132_1;
+ unsigned apicid_8132_2;
};
#endif