From 210d325b15041eda279d36e1b155095238b2b393 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 15 Apr 2025 22:50:36 -0400 Subject: fmt --- kernel/cpu/idt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kernel/cpu/idt.c') diff --git a/kernel/cpu/idt.c b/kernel/cpu/idt.c index 250f939..8b4465f 100644 --- a/kernel/cpu/idt.c +++ b/kernel/cpu/idt.c @@ -110,7 +110,8 @@ char *EXCEPTIONS[] = { "Reserved", }; -void idt_exception_handler(uint64_t exception, uint64_t code, struct cpu_regs *state) +void idt_exception_handler(uint64_t exception, uint64_t code, + struct cpu_regs *state) { uint64_t cr2; -- cgit v1.2.3-freya