diff options
author | Liav A <liavalb@gmail.com> | 2022-10-24 10:02:37 +0300 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-11-08 02:54:48 -0700 |
commit | 3cc0d60141127d166a91f1bc94786c088491b80f (patch) | |
tree | 15dc9879e07d12f90c7ad856996c3d6b0d3f4ea9 /Meta/lint-clang-format.sh | |
parent | 1c91881a1d027fb4dd75bedaac933898f3c97329 (diff) | |
download | serenity-3cc0d60141127d166a91f1bc94786c088491b80f.zip |
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Diffstat (limited to 'Meta/lint-clang-format.sh')
-rwxr-xr-x | Meta/lint-clang-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh index 9a3b75d9f6..6641476302 100755 --- a/Meta/lint-clang-format.sh +++ b/Meta/lint-clang-format.sh @@ -11,7 +11,7 @@ if [ "$#" -eq "1" ]; then '*.cpp' \ '*.h' \ ':!:Base' \ - ':!:Kernel/FileSystem/ext2_fs.h' \ + ':!:Kernel/FileSystem/Ext2FS/Definitions.h' \ ':!:Userland/Libraries/LibCodeComprehension/Cpp/Tests/*' \ ':!:Userland/Libraries/LibCpp/Tests/parser/*' \ ':!:Userland/Libraries/LibCpp/Tests/preprocessor/*' |