mainboard/msi/ms9185/mb_sysconf.h: Use tabs for indents

Change-Id: Ib2ab95b26c3bb1cbd58aafb1fafd1b285d6a5ba8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/16738
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Elyes HAOUAS 2016-09-25 15:36:55 +02:00 committed by Martin Roth
parent 333176e5d3
commit bf97ca42cd
1 changed files with 6 additions and 6 deletions

View File

@ -21,13 +21,13 @@
#define MB_SYSCONF_H
struct mb_sysconf_t {
unsigned char bus_bcm5780[7];
unsigned char bus_bcm5785_0;
unsigned char bus_bcm5785_1;
unsigned char bus_bcm5785_1_1;
unsigned apicid_bcm5785[3];
unsigned char bus_bcm5780[7];
unsigned char bus_bcm5785_0;
unsigned char bus_bcm5785_1;
unsigned char bus_bcm5785_1_1;
unsigned apicid_bcm5785[3];
unsigned sbdn2;
unsigned sbdn2;
};
#endif