Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Try to make legacy clang-format on Travis work
  • Loading branch information
PJK committed Feb 2, 2019
1 parent 1b31bf8 commit 1d1f68e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Expand Up @@ -17,7 +17,7 @@ AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: true AlwaysBreakBeforeMultilineStrings: true
AlwaysBreakTemplateDeclarations: Yes AlwaysBreakTemplateDeclarations: true
BinPackArguments: true BinPackArguments: true
BinPackParameters: true BinPackParameters: true
BraceWrapping: BraceWrapping:
Expand Down
1 change: 1 addition & 0 deletions .travis-qemu.sh
Expand Up @@ -113,6 +113,7 @@ else
echo "Running tests" echo "Running tests"
cppcheck . --error-exitcode=1 --suppressions cppcheck_suppressions.txt --force cppcheck . --error-exitcode=1 --suppressions cppcheck_suppressions.txt --force


clang-format -v
./clang-format.sh ./clang-format.sh
git status | "nothing to commit, working tree clean" git status | "nothing to commit, working tree clean"


Expand Down

0 comments on commit 1d1f68e

Please sign in to comment.