Skip to content

Removed a bunch of useless return statements at end of methods

Found and auto-fixed by clang-tidy’s readability-redundant-control-flow check.

Though I did have to manualy fix whitespace after it.

Merge request reports