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

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Sat Oct 1 09:01:28 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/16842

-gerrit

commit 08e3bb38663cf6ee0ea582bcc26c0256e3545c27
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Sat Oct 1 09:00:36 2016 +0200

    mainboard/apple/macbookair4_2: Use tabs for indents
    
    Change-Id: I2714553e2521f8178538755e3cfadec5c1fc6b12
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/mainboard/apple/macbookair4_2/acpi/platform.asl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mainboard/apple/macbookair4_2/acpi/platform.asl b/src/mainboard/apple/macbookair4_2/acpi/platform.asl
index a17c6ea..2d77180 100644
--- a/src/mainboard/apple/macbookair4_2/acpi/platform.asl
+++ b/src/mainboard/apple/macbookair4_2/acpi/platform.asl
@@ -13,11 +13,11 @@
 
 Method(_WAK,1)
 {
-        /* FIXME: EC support  */
+	/* FIXME: EC support  */
 	Return(Package(){0,0})
 }
 
 Method(_PTS,1)
 {
-        /* FIXME: EC support  */
+	/* FIXME: EC support  */
 }



More information about the coreboot-gerrit mailing list