summaryrefslogtreecommitdiff
path: root/Meta/lint-clang-format.sh
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2022-10-24 10:02:37 +0300
committerAndrew Kaster <andrewdkaster@gmail.com>2022-11-08 02:54:48 -0700
commit3cc0d60141127d166a91f1bc94786c088491b80f (patch)
tree15dc9879e07d12f90c7ad856996c3d6b0d3f4ea9 /Meta/lint-clang-format.sh
parent1c91881a1d027fb4dd75bedaac933898f3c97329 (diff)
downloadserenity-3cc0d60141127d166a91f1bc94786c088491b80f.zip
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
Diffstat (limited to 'Meta/lint-clang-format.sh')
-rwxr-xr-xMeta/lint-clang-format.sh2
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/*'