From 361561c5f49ea0a4d4b7f69e9fe547c0568d361e Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 3 Feb 2024 21:39:30 -0500 Subject: [PATCH] spacing --- src/arch/amd64/acpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/amd64/acpi.c b/src/arch/amd64/acpi.c index 59e9621..887bfef 100644 --- a/src/arch/amd64/acpi.c +++ b/src/arch/amd64/acpi.c @@ -246,7 +246,7 @@ static void acpi_load_xsdt_tables(struct xsdt *xsdt) { #define SIG_RSDT 0x54445352 #define SIG_XSDT 0x54445358 #define SIG_FACP 0x50434146 -#define SIG_DSDT 0x54445344 +#define SIG_DSDT 0x54445344 #define SIG_APIC 0x43495041 #define SIG_HEPT 0x54455048 #define SIG_WAET 0x54454157