From 12d4b76edec3006c8dd131ee797e110d6f76cac9 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 13 Mar 2024 21:26:15 -0400 Subject: kernel/amd64: machdep: Remove extra whitespace Signed-off-by: Ian Moffett --- sys/arch/amd64/amd64/machdep.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arch/amd64/amd64/machdep.c b/sys/arch/amd64/amd64/machdep.c index c24f484..809e395 100644 --- a/sys/arch/amd64/amd64/machdep.c +++ b/sys/arch/amd64/amd64/machdep.c @@ -100,7 +100,6 @@ processor_halt(void) __ASMV("cli; hlt"); } - /* * Send char to serial for debugging purposes. */ -- cgit v1.2.3