summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/dl145_g1/mb_sysconf.h
diff options
context:
space:
mode:
authorOskar Enoksson <enok@lysator.liu.se>2011-11-07 18:31:33 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-11-09 00:26:23 +0100
commitf5e102d8103982349d1300e50dbce88bf697de9d (patch)
tree97e62b4020d9248982f87fdaa9cbb58b43d250e9 /src/mainboard/hp/dl145_g1/mb_sysconf.h
parentc1a75b13c3153d053de30fd9bf8f271527b6783c (diff)
downloadcoreboot-f5e102d8103982349d1300e50dbce88bf697de9d.tar.xz
Fixed whitespace and indentation
Code style fixes for the hp/dl145_g1 system board code. Change-Id: I3c1a175d954e2d340e82c03c9f984699dcff865e Signed-off-by: Oskar Enoksson <enok@lysator.liu.se> Reviewed-on: http://review.coreboot.org/428 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/hp/dl145_g1/mb_sysconf.h')
-rw-r--r--src/mainboard/hp/dl145_g1/mb_sysconf.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mainboard/hp/dl145_g1/mb_sysconf.h b/src/mainboard/hp/dl145_g1/mb_sysconf.h
index 0bceab4ae9..2b167914a2 100644
--- a/src/mainboard/hp/dl145_g1/mb_sysconf.h
+++ b/src/mainboard/hp/dl145_g1/mb_sysconf.h
@@ -9,11 +9,11 @@ struct mb_sysconf_t {
unsigned char bus_8111_0;
unsigned char bus_8111_1;
- unsigned apicid_8111;
- unsigned apicid_8131_1;
- unsigned apicid_8131_2;
+ unsigned apicid_8111;
+ unsigned apicid_8131_1;
+ unsigned apicid_8131_2;
- unsigned sbdn3;
+ unsigned sbdn3;
};
#endif