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 --- linuxboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxboot.c') diff --git a/linuxboot.c b/linuxboot.c index cfcaf2d..251bcb6 100644 --- a/linuxboot.c +++ b/linuxboot.c @@ -104,7 +104,7 @@ void boot_bzimage(struct linuxboot_args *args) : : "b" (((uintptr_t) args->setup_addr) >> 4), "d" (args->cmdline_addr - args->setup_addr - 16)); - panic(); + panic(); } /* BX = address of data block -- cgit v1.1