X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=scripts%2Fbabeltrace%2Flint.sh;h=5581c35fd0b1fb76a3fcc0be466071197ab0ce4f;hb=HEAD;hp=a535a81874f17599a83d5e5cd51e2aec18cbd689;hpb=c2decfd7ac3c74f0e63c471d237f577e6978e06c;p=lttng-ci.git diff --git a/scripts/babeltrace/lint.sh b/scripts/babeltrace/lint.sh index a535a81..5581c35 100755 --- a/scripts/babeltrace/lint.sh +++ b/scripts/babeltrace/lint.sh @@ -61,7 +61,7 @@ else fi if [[ -f tools/format-cpp.sh ]]; then - FORMATTER="clang-format-15 -i" tools/format-cpp.sh + FORMATTER="clang-format-16 -i" tools/format-cpp.sh git diff --exit-code | tee ../../clang-format.out || exit_code=1 fi