Skip to content

Commit 7521dd4

Browse files
committed
Update path
1 parent cc26500 commit 7521dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis_scripts/run-clang-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
4-
python $DIR/run-clang-format.py -r $DIR/../src/**/ $DIR/../include/**/
4+
python $DIR/run-clang-format.py --clang-format-executable clang-format-9 -r $DIR/../src/**/ $DIR/../include/**/

0 commit comments

Comments
 (0)