From 4564879d7d82f46494787ce4cea7bd5816681b15 Mon Sep 17 00:00:00 2001 From: Redson Date: Mon, 6 Nov 2023 10:28:10 -0300 Subject: [PATCH] chore: Format the code --- Kernel/Arch/x86_64-pc/System/PIC.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/Arch/x86_64-pc/System/PIC.c b/Kernel/Arch/x86_64-pc/System/PIC.c index 77eda76..a48be9b 100644 --- a/Kernel/Arch/x86_64-pc/System/PIC.c +++ b/Kernel/Arch/x86_64-pc/System/PIC.c @@ -91,4 +91,4 @@ void PIC_SendEOI(unsigned char irq) { void PIC_MaskAll(void) { outb(PIC2_DATA, ALL); outb(PIC2_DATA, ALL); -} \ No newline at end of file +}