switch from clang-format-6 to clang-format-9 (#4121)
No changes required, but this unbreaks our CI
This commit is contained in:
committed by
GitHub
parent
db2526c39c
commit
ff77b67101
@ -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)
|
||||
|
Reference in New Issue
Block a user