mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-21 07:06:04 +00:00
Kernel: Run clang-format on everything.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "IRQHandler.h"
|
||||
#include "i386.h"
|
||||
#include "PIC.h"
|
||||
#include "i386.h"
|
||||
|
||||
IRQHandler::IRQHandler(byte irq)
|
||||
: m_irq_number(irq)
|
||||
@@ -22,4 +22,3 @@ void IRQHandler::disable_irq()
|
||||
{
|
||||
PIC::disable(m_irq_number);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user