Cleanup: Clang-Tidy else-after-return fixes

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule. This should be the final commit of the series of commits that
addresses this particular rule.

No functional changes.
This commit is contained in:
Sybren A. Stüvel
2020-08-07 13:37:22 +02:00
parent 3d48d99647
commit c04088fed1
23 changed files with 272 additions and 309 deletions

View File

@@ -12,7 +12,6 @@ Checks: >
-readability-misleading-indentation,
-readability-else-after-return,
-readability-inconsistent-declaration-parameter-name,
-readability-redundant-preprocessor,
-readability-function-size,