mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Kernel: Make Arch/i386/CPU.cpp safe to run through clang-format
This file was far too messy, and touching it was a major pain. Also enable clang-format linting on it.
This commit is contained in:
committed by
Andreas Kling
parent
53ce923e10
commit
1f8a633cc7
@@ -11,7 +11,6 @@ if [ "$#" -eq "1" ]; then
|
||||
'*.cpp' \
|
||||
'*.h' \
|
||||
':!:Base' \
|
||||
':!:Kernel/Arch/i386/CPU.cpp' \
|
||||
':!:Kernel/FileSystem/ext2_fs.h' \
|
||||
':!:Userland/Libraries/LibC/getopt.cpp' \
|
||||
':!:Userland/Libraries/LibC/syslog.h' \
|
||||
|
||||
Reference in New Issue
Block a user