Add {} to all if-else statements
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.
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.