[coreboot-gerrit] New patch to review for coreboot: mainboard/msi/ms9185/mb_sysconf.h: Use tabs for indents

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Sun Sep 25 15:38:24 CEST 2016


HAOUAS Elyes (ehaouas at noos.fr) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16738

-gerrit

commit f65a5b26621f3e8cdd50c4f31f949e2da0093a2d
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Sun Sep 25 15:36:55 2016 +0200

    mainboard/msi/ms9185/mb_sysconf.h: Use tabs for indents
    
    Change-Id: Ib2ab95b26c3bb1cbd58aafb1fafd1b285d6a5ba8
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/mainboard/msi/ms9185/mb_sysconf.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/mainboard/msi/ms9185/mb_sysconf.h b/src/mainboard/msi/ms9185/mb_sysconf.h
index 533804f..6944c24 100644
--- a/src/mainboard/msi/ms9185/mb_sysconf.h
+++ b/src/mainboard/msi/ms9185/mb_sysconf.h
@@ -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



More information about the coreboot-gerrit mailing list