switch to clang-format-6.0 (#3533)

This commit is contained in:
Michael Stapelberg
2018-11-28 17:38:16 +01:00
committed by GitHub
parent a080551f26
commit 7ade46c61f
6 changed files with 10 additions and 10 deletions

View File

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