mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 03:50:10 +01:00
The if-else-if constuct spans many lines and it is not easy to see that there is no common action after the if-else-if construct. Instead, at the end of each if-block, just "continue" the loop. This is similar to a "return-early" apprach and it mean you don't need to think what happens at the end of the if-block. |
||
|---|---|---|
| .. | ||
| cli | ||
| cloud-setup | ||
| common | ||
| tests | ||
| tui | ||
| meson.build | ||
| nm-online.c | ||