mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Kernel: Run clang-format on various files
This commit is contained in:
parent
0fc60e41dd
commit
f0ca29eb4b
Notes:
sideshowbarker
2024-07-19 08:55:41 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/f0ca29eb4b8 Pull-request: https://github.com/SerenityOS/serenity/pull/1322
3 changed files with 46 additions and 47 deletions
|
@ -26,12 +26,12 @@
|
|||
|
||||
#include <AK/NonnullRefPtrVector.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <Kernel/FileSystem/Custody.h>
|
||||
#include <Kernel/FileSystem/Inode.h>
|
||||
#include <Kernel/FileSystem/InodeWatcher.h>
|
||||
#include <Kernel/FileSystem/VirtualFileSystem.h>
|
||||
#include <Kernel/Net/LocalSocket.h>
|
||||
#include <Kernel/VM/SharedInodeVMObject.h>
|
||||
#include <Kernel/FileSystem/VirtualFileSystem.h>
|
||||
#include <Kernel/FileSystem/Custody.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
|
@ -113,7 +113,6 @@ void IOAPIC::isa_identity_map(int index)
|
|||
configure_redirection_entry(index, index + IRQ_VECTOR_BASE, DeliveryMode::Normal, true, false, false, true, 1);
|
||||
}
|
||||
|
||||
|
||||
void IOAPIC::map_pci_interrupts()
|
||||
{
|
||||
configure_redirection_entry(11, 11 + IRQ_VECTOR_BASE, DeliveryMode::Normal, false, false, true, true, 0);
|
||||
|
|
Loading…
Reference in a new issue