From 891bc81f309f01a3f7b0b09d5495228ae9dff6d2 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Sat, 7 Aug 2021 04:48:06 -0600 Subject: Meta: Remove syslog.h from clang-format exclusion list Before Libraries was moved to Userland/Libraries syslog.h had a bunch of manually aligned defines and array initializations. Andreas seems to have formatted the file with clang-format as part of that file move. Since syslog.h is now properly formatted, we don't need to exclude it from the linter list. --- Meta/lint-clang-format.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Meta/lint-clang-format.sh b/Meta/lint-clang-format.sh index b1c1a43678..f320fa740c 100755 --- a/Meta/lint-clang-format.sh +++ b/Meta/lint-clang-format.sh @@ -12,7 +12,6 @@ if [ "$#" -eq "1" ]; then '*.h' \ ':!:Base' \ ':!:Kernel/FileSystem/ext2_fs.h' \ - ':!:Userland/Libraries/LibC/syslog.h' \ ':!:Userland/DevTools/HackStudio/LanguageServers/Cpp/Tests/*' \ ':!:Userland/Libraries/LibCpp/Tests/*' ) -- cgit v1.2.3