From bbcb8bc9719b86c540973be99cf07bcf8736313c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 29 Sep 2016 21:00:13 +0200 Subject: mainboard/kontron/ktqm77: Use tabs for indents Change-Id: I3040dc9a2534a77087805ee61c4f91d1bdb4d509 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/16822 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/kontron/ktqm77/mainboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/kontron/ktqm77') diff --git a/src/mainboard/kontron/ktqm77/mainboard.c b/src/mainboard/kontron/ktqm77/mainboard.c index 153646794a..d2d7acf1f8 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; -- cgit v1.2.3