diff options
Diffstat (limited to '.ci/scripts/format/script.sh')
| -rwxr-xr-x | .ci/scripts/format/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/format/script.sh b/.ci/scripts/format/script.sh index 225bbc972..25b0718f0 100755 --- a/.ci/scripts/format/script.sh +++ b/.ci/scripts/format/script.sh | |||
| @@ -10,7 +10,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis | |||
| 10 | fi | 10 | fi |
| 11 | 11 | ||
| 12 | # Default clang-format points to default 3.5 version one | 12 | # Default clang-format points to default 3.5 version one |
| 13 | CLANG_FORMAT=${CLANG_FORMAT:-clang-format-12} | 13 | CLANG_FORMAT=${CLANG_FORMAT:-clang-format-15} |
| 14 | $CLANG_FORMAT --version | 14 | $CLANG_FORMAT --version |
| 15 | 15 | ||
| 16 | if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then | 16 | if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then |