Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Update clang-format command
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloMK7 committed Aug 20, 2024
1 parent 9a973ba commit da8373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/clang-format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if grep -nrI '\s$' src *.yml *.txt *.md Doxyfile .gitignore .gitmodules .ci* dis
fi

# Default clang-format points to default 3.5 version one
CLANG_FORMAT=clang-format-15
CLANG_FORMAT=clang-format-18
$CLANG_FORMAT --version

if [ "$GITHUB_EVENT_NAME" = "pull_request" ]; then
Expand Down

0 comments on commit da8373c

Please sign in to comment.