Fixed clang-format pipeline failure

We intended to use clang-format-12, but 11 was used.
upstream-master
Fabian Keßler 5 years ago committed by GitHub
parent 81982f8af7
commit 5d2683662f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      azure-pipelines/util/format_diff_lines.pl

@ -13,7 +13,7 @@ my @hunks;
# Current file
my $current_file;
my @CLANG_FMT_CMDS = ("clang-format", "clang-format-9");
my @CLANG_FMT_CMDS = ("clang-format-13","clang-format-12", "clang-format");
my $clang_format_cmd = "";
for my $c (@CLANG_FMT_CMDS) {
if (`$c --version`) {

Loading…
Cancel
Save