NetworkManager/clients
Thomas Haller 8dc28e4b5e
cli: replace if-else-if construct in nmc_process_connection_properties() by continue
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.
2020-11-18 09:56:53 +01:00
..
cli cli: replace if-else-if construct in nmc_process_connection_properties() by continue 2020-11-18 09:56:53 +01:00
cloud-setup all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
common cli: assert that valid_parts are set for base types 2020-11-17 22:19:29 +01:00
tests Correct python black rules 2020-10-29 09:35:10 +01:00
tui all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00
meson.build docs: generate nm-settings-docs-nmcli.xml based on nmcli meta data 2020-06-11 10:53:50 +02:00
nm-online.c all: unify comment style for SPDX-License-Identifier tag 2020-09-29 16:50:53 +02:00