]> git.sur5r.net Git - i3/i3/blobdiff - travis/check-formatting.sh
switch to clang-format-4.0
[i3/i3] / travis / check-formatting.sh
index ff406bea2042a3c1833e44e2d9e33aa5fb2c8d27..d232339cd3c1487d508aec24396a41f254d64dfc 100755 (executable)
@@ -3,4 +3,4 @@
 set -e
 set -x
 
-clang-format-3.8 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)
+clang-format-4.0 -i $(find . -name "*.[ch]" | tr '\n' ' ') && git diff --exit-code || (echo 'Code was not formatted using clang-format!'; false)