diff options
| author | Lioncash <mathew1800@gmail.com> | 2020-08-07 09:13:40 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2020-08-08 20:08:44 -0400 |
| commit | 1c3490a8db1f68997169e60e195e1f959605d3a0 (patch) | |
| tree | 8825c05409b0ed73918cf43374892908eb59b6cd /.ci/scripts | |
| parent | 62fa00f586ba193e18115062d6e53c1034b3b415 (diff) | |
General: Tidy up clang-format warnings
Diffstat (limited to '.ci/scripts')
| -rw-r--r-- | .ci/scripts/format/script.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci/scripts/format/script.sh b/.ci/scripts/format/script.sh index 991fe1552..1177d5c0c 100644 --- a/.ci/scripts/format/script.sh +++ b/.ci/scripts/format/script.sh @@ -7,7 +7,9 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis fi # Default clang-format points to default 3.5 version one -CLANG_FORMAT=clang-format-10.0 +CLANG_FORMAT=clang-format-10 +ls /usr/bin + $CLANG_FORMAT --version if [ "$TRAVIS_EVENT_TYPE" = "pull_request" ]; then |
