[coreboot-gerrit] New patch to review for coreboot: mainboard/samsung/stumpy: Use tabs for indents

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Thu Sep 29 20:11:36 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/16818

-gerrit

commit 9dd0ce3741fdbcdfc8d71e92984835ad97a50fe5
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Thu Sep 29 20:09:46 2016 +0200

    mainboard/samsung/stumpy: Use tabs for indents
    
    Change-Id: I1ffee53a04df6874f658feb3d6ce7d5c7b922837
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/mainboard/samsung/stumpy/romstage.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/samsung/stumpy/romstage.c b/src/mainboard/samsung/stumpy/romstage.c
index 7f7999c..1062b64 100644
--- a/src/mainboard/samsung/stumpy/romstage.c
+++ b/src/mainboard/samsung/stumpy/romstage.c
@@ -207,8 +207,8 @@ void mainboard_fill_pei_data(struct pei_data *pei_data)
 
 void mainboard_get_spd(spd_raw_data *spd)
 {
-       read_spd(&spd[0], 0x50);
-       read_spd(&spd[2], 0x52);
+	read_spd(&spd[0], 0x50);
+	read_spd(&spd[2], 0x52);
 }
 
 const struct southbridge_usb_port mainboard_usb_ports[] = {



More information about the coreboot-gerrit mailing list