Skip to content

Commit

Permalink
case type
Browse files Browse the repository at this point in the history
  • Loading branch information
alaindargelas committed Dec 17, 2023
1 parent 81558cd commit 627fede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bin/run-clang-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
FORMAT_OUT=${TMPDIR:-/tmp}/clang-format-diff.out

# Run on all c++ files.
find src -name "*.h" -o -name "*.cpp" | xargs clang-format-15 --style=Google -i
find src -name "*.h" -o -name "*.cpp" | xargs clang-format --style=Google -i

# Check if we got any diff, then print it out in in the CI.
# TODO: make these suggested diffs in the pull request.
Expand Down

0 comments on commit 627fede

Please sign in to comment.