Skip to content

Add {} to all if-else statements

ivan tkachenko requested to merge work/ratijas/braces into master

According to KDE style guide, all iffy code must {brace} itself.

Verified with these regular expressions:

^ *if .*[^{]\n
[^#]else$

most remaining matches are multiline conditions, or trailing comments.

Merge request reports