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

HAOUAS Elyes (ehaouas@noos.fr) gerrit at coreboot.org
Thu Sep 29 21:01:50 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/16822

-gerrit

commit 2bed159f2c7b209758b2efe1f5beb500a053e379
Author: Elyes HAOUAS <ehaouas at noos.fr>
Date:   Thu Sep 29 21:00:13 2016 +0200

    mainboard/kontron/ktqm77: Use tabs for indents
    
    Change-Id: I3040dc9a2534a77087805ee61c4f91d1bdb4d509
    Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
 src/mainboard/kontron/ktqm77/mainboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mainboard/kontron/ktqm77/mainboard.c b/src/mainboard/kontron/ktqm77/mainboard.c
index 1536467..d2d7acf 100644
--- a/src/mainboard/kontron/ktqm77/mainboard.c
+++ b/src/mainboard/kontron/ktqm77/mainboard.c
@@ -148,7 +148,7 @@ static int int15_handler(void)
 		X86_EAX |= 0x015f;
 		res = 1;
 		break;
-        default:
+	default:
 		printk(BIOS_DEBUG, "Unknown INT15 function %04x!\n",
 		       X86_EAX & 0xffff);
 		break;



More information about the coreboot-gerrit mailing list