From 7e8d48372b8638fcba78c99b8ce0128bec4eaafc Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Mon, 7 Jul 2014 23:51:09 +1000 Subject: arch: Trivial - drop trailing blank lines at EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I472f3b70226ea5236ba6fc231f0f257f0f0eed9d Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/6206 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/arch/x86/boot/gdt.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/arch/x86/boot') diff --git a/src/arch/x86/boot/gdt.c b/src/arch/x86/boot/gdt.c index 3505da4535..7ebf92ae85 100644 --- a/src/arch/x86/boot/gdt.c +++ b/src/arch/x86/boot/gdt.c @@ -57,4 +57,3 @@ void move_gdt(void) __asm__ __volatile__ ("lgdt %0\n\t" : : "m" (gdtarg)); printk(BIOS_DEBUG, "ok\n"); } - -- cgit v1.2.3