clang-tidy: check readability-redundant-control-flow

Also fix fallouts.

Ref: https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-control-flow.html

Closes #20625
This commit is contained in:
Viktor Szakats 2026-02-18 14:37:33 +01:00
parent c878160e9c
commit bd60df527c
No known key found for this signature in database
3 changed files with 2 additions and 3 deletions

View file

@ -878,7 +878,6 @@ abort:
curlx_close(test->ofile);
test->ofile = 0;
}
return;
}
/*