]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix indentation 12792/head
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 9 May 2023 13:47:43 +0000 (15:47 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Tue, 9 May 2023 13:47:43 +0000 (15:47 +0200)
.github/workflows/build-and-test-all.yml

index 0c9c731b0368bda891ccf5126941626aa14a09cd..94e8db2e0993214acf3acd53a117ef92e4b6ebf7 100644 (file)
@@ -544,7 +544,7 @@ jobs:
           if [ "x${{ needs.build-dnsdist.outputs.clang-tidy-failed }}" != "x" -a "${{ needs.build-dnsdist.outputs.clang-tidy-failed }}" != "0" ]; then
             exit 1
           fi
-         if [ "x${{needs.build-recursor.outputs.clang-tidy-failed}}" != "x" -a "${{needs.build-recursor.outputs.clang-tidy-failed}}" != "0" ]; then
+          if [ "x${{needs.build-recursor.outputs.clang-tidy-failed}}" != "x" -a "${{needs.build-recursor.outputs.clang-tidy-failed}}" != "0" ]; then
             exit 1
           fi