Skip to content

Commit

Permalink
Clang format debug
Browse files Browse the repository at this point in the history
  • Loading branch information
avoitenko-logitech committed Oct 12, 2023
1 parent c528417 commit 3d528a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CI/check-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
set -o errexit
set -o pipefail
set -o nounset
set -o xtrace

if [ ${#} -eq 1 ]; then
VERBOSITY="--verbose"
Expand Down Expand Up @@ -60,4 +61,4 @@ find . -type d \( \
-name '*.cpp' \
| xargs -L100 -P ${NPROC} "${CLANG_FORMAT}" ${VERBOSITY} -i -style=file -fallback-style=none

git diff
git diff

0 comments on commit 3d528a6

Please sign in to comment.