Skip to content

Commit

Permalink
chore: Format the code
Browse files Browse the repository at this point in the history
  • Loading branch information
RedsonBr140 committed Nov 6, 2023
1 parent df867d5 commit 4564879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Arch/x86_64-pc/System/PIC.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ void PIC_SendEOI(unsigned char irq) {
void PIC_MaskAll(void) {
outb(PIC2_DATA, ALL);
outb(PIC2_DATA, ALL);
}
}

0 comments on commit 4564879

Please sign in to comment.