summaryrefslogtreecommitdiff
path: root/Meta/check-style.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Meta/check-style.sh')
-rwxr-xr-xMeta/check-style.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/Meta/check-style.sh b/Meta/check-style.sh
index 62446e855b..4bbe5ca680 100755
--- a/Meta/check-style.sh
+++ b/Meta/check-style.sh
@@ -41,10 +41,10 @@ done < <(git ls-files -- \
'*.h' \
':!:Base' \
':!:Kernel/FileSystem/ext2_fs.h' \
- ':!:Libraries/LibC/getopt.cpp' \
- ':!:Libraries/LibCore/puff.h' \
- ':!:Libraries/LibCore/puff.cpp' \
- ':!:Libraries/LibELF/exec_elf.h' \
+ ':!:Userland/Libraries/LibC/getopt.cpp' \
+ ':!:Userland/Libraries/LibCore/puff.h' \
+ ':!:Userland/Libraries/LibCore/puff.cpp' \
+ ':!:Userland/Libraries/LibELF/exec_elf.h' \
)
exit_status=0