mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Use the correct clang-format
After all the work of determining the correct name for clang-format-10, we forgot to actually use it. How silly!
This commit is contained in:
parent
6bfbc5f5f5
commit
32210802ac
Notes:
sideshowbarker
2024-07-19 00:40:45 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/32210802acb Pull-request: https://github.com/SerenityOS/serenity/pull/4499 Reviewed-by: https://github.com/bcoles ✅
1 changed files with 1 additions and 1 deletions
|
@ -44,6 +44,6 @@ echo "Using ${CLANG_FORMAT}"
|
|||
':!:Libraries/LibCore/puff.cpp' \
|
||||
':!:Libraries/LibELF/exec_elf.h' \
|
||||
|| echo "'git ls-files failed!'"
|
||||
} | xargs -d'\n' clang-format-10 -style=file -i
|
||||
} | xargs -d'\n' "${CLANG_FORMAT}" -style=file -i
|
||||
|
||||
echo "Maybe some files have changed. Sorry, but clang-format doesn't indicate what happened."
|
||||
|
|
Loading…
Reference in a new issue