diff options
| -rwxr-xr-x | .travis/clang-format/script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/clang-format/script.sh b/.travis/clang-format/script.sh index 0f6e8e6e4..3eff6322f 100755 --- a/.travis/clang-format/script.sh +++ b/.travis/clang-format/script.sh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/bin/bash -ex | 1 | #!/bin/bash -ex |
| 2 | 2 | ||
| 3 | if grep -nr '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis* dist/*.desktop \ | 3 | if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .travis* dist/*.desktop \ |
| 4 | dist/*.svg dist/*.xml; then | 4 | dist/*.svg dist/*.xml; then |
| 5 | echo Trailing whitespace found, aborting | 5 | echo Trailing whitespace found, aborting |
| 6 | exit 1 | 6 | exit 1 |