switch from clang-format-6 to clang-format-9 (#4121)

No changes required, but this unbreaks our CI
This commit is contained in:
Michael Stapelberg
2020-06-06 14:03:31 +02:00
committed by GitHub
parent db2526c39c
commit ff77b67101
5 changed files with 9 additions and 9 deletions

View File

@ -3,4 +3,4 @@
set -e
set -x
clang-format-6.0 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)
clang-format-9 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)