diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-06 21:34:40 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-07 08:02:00 +0100 |
commit | a8ceb7e3f213216e4fb103a6a8687d007632f788 (patch) | |
tree | cb1879680fb26e96b7c87994618da52914d9c66b /misc | |
parent | d5ca9e2f6fa47b899fb28dc07cd321e1719b36de (diff) |
Style: Update definitions for clang-format 5.0.0
This will be the new standard from now on.
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/travis/clang-format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/travis/clang-format.sh b/misc/travis/clang-format.sh index 741d3bff1b..2b30cf5ada 100755 --- a/misc/travis/clang-format.sh +++ b/misc/travis/clang-format.sh @@ -1,6 +1,6 @@ #!/bin/sh -CLANG_FORMAT=clang-format-3.9 +CLANG_FORMAT=clang-format-5.0 if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then # Check the whole commit range against $TRAVIS_BRANCH, the base merge branch |