Florian Müllner 2e4e2500dd cleanup: Avoid "lonely" ifs where it makes sense
If an else block only contains an if statement, the two can be
combined into an if-else block, which cuts down on indentation
and usually helps legibility.

There are exceptions (for instance where the outer if and else
blocks are mirrored), but where it makes sense, change the code
to avoid lonely ifs.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/805
2019-11-11 19:25:14 +00:00
..
2019-11-11 19:25:14 +00:00
2019-11-11 16:52:10 +00:00
2019-11-11 19:25:14 +00:00
2019-11-11 19:25:14 +00:00
2019-11-11 19:25:14 +00:00
2019-11-01 19:42:01 +00:00
2019-11-11 19:25:14 +00:00
2019-11-11 19:25:14 +00:00
2019-11-11 19:25:14 +00:00
2019-11-11 19:25:14 +00:00
2019-11-11 19:25:14 +00:00
2019-11-01 19:42:01 +00:00
2019-11-11 19:25:14 +00:00
2019-11-11 19:25:14 +00:00
2019-11-11 19:25:14 +00:00
2019-11-01 19:42:01 +00:00
2019-11-11 19:25:14 +00:00