diff options
author | Thomas Haller <thaller@redhat.com> | 2022-08-25 23:27:29 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2022-08-25 23:27:36 +0200 |
commit | befbad7375c2c1f4b45d4427cf257abf5d805d40 (patch) | |
tree | c89fb545e0486622b95058a7d6b31f5d24f65bf0 | |
parent | 7f40eb1b04762d63943b0c0e40c4a63af798d78e (diff) | |
download | NetworkManager-befbad7375c2c1f4b45d4427cf257abf5d805d40.tar.gz |
style: fix code formatting
Fixes: eec9efd98950 ('glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()')
-rw-r--r-- | src/libnm-core-impl/tests/test-general.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libnm-core-impl/tests/test-general.c b/src/libnm-core-impl/tests/test-general.c index bcf86917e8..1eda17c7a7 100644 --- a/src/libnm-core-impl/tests/test-general.c +++ b/src/libnm-core-impl/tests/test-general.c @@ -9174,10 +9174,7 @@ test_nm_utils_enum(void) "nick-5, green", color_value_infos); - _test_nm_utils_enum_to_str_do_full(color_flags, - 0, - "nick-0", - color_value_infos); + _test_nm_utils_enum_to_str_do_full(color_flags, 0, "nick-0", color_value_infos); _test_nm_utils_enum_from_str_do(bool_enum, "", FALSE, 0, NULL); _test_nm_utils_enum_from_str_do(bool_enum, " ", FALSE, 0, NULL); |