diff options
author | AnotherTest <ali.mpfard@gmail.com> | 2021-02-07 16:58:53 +0330 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-08 18:08:55 +0100 |
commit | 1f8a633cc762fc3ca8544ee75ce25a7a8860d4be (patch) | |
tree | 5480e50bedb9ca30cceb1802ab9d66b87f61e2ce /Meta | |
parent | 53ce923e103156f33d3cde405d9f34c7d2e788e8 (diff) | |
download | serenity-1f8a633cc762fc3ca8544ee75ce25a7a8860d4be.zip |
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.
Diffstat (limited to 'Meta')
-rwxr-xr-x | Meta/lint-clang-format.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh index 1ab694d81c..0aa4c90d6e 100755 --- a/Meta/lint-clang-format.sh +++ b/Meta/lint-clang-format.sh @@ -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' \ |