[coreboot-gerrit] New patch to review for coreboot: mainboard/artecgroup/dbe61/mainboard.c: Use tab for indents

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Wed Nov 30 21:41:34 CET 2016


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

-gerrit

commit 3e96e3caad4dd4a98a2c3e6922ca5f0456c2c225
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Wed Nov 30 21:35:23 2016 +0100

    mainboard/artecgroup/dbe61/mainboard.c: Use tab for indents
    
    Change-Id: I111ded7cc3cac21e4be6329209fdd067f313010a
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/mainboard/artecgroup/dbe61/mainboard.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/artecgroup/dbe61/mainboard.c b/src/mainboard/artecgroup/dbe61/mainboard.c
index 179fab7..49d093a 100644
--- a/src/mainboard/artecgroup/dbe61/mainboard.c
+++ b/src/mainboard/artecgroup/dbe61/mainboard.c
@@ -44,9 +44,9 @@ static void init(struct device *dev)
 
 static void mainboard_enable(struct device *dev)
 {
-        dev->ops->init = init;
+	dev->ops->init = init;
 }
 
 struct chip_operations mainboard_ops = {
-        .enable_dev = mainboard_enable,
+	.enable_dev = mainboard_enable,
 };



More information about the coreboot-gerrit mailing list