From 0f147388c0c23a2f7267ee0bf58333939d7a5d84 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 24 Jul 2019 12:14:56 +0200 Subject: do not mix tabs and spaces in a single file --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 547712c..f66693b 100644 --- a/main.c +++ b/main.c @@ -80,7 +80,7 @@ static void extract_e820(void) int __attribute__ ((section (".text.startup"))) main(void) { #ifdef BENCHMARK_HACK - outb(FW_EXIT_PORT, FW_START); + outb(FW_EXIT_PORT, FW_START); #endif setup_hw(); -- cgit v1.1