summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-08-25 23:27:29 +0200
committerThomas Haller <thaller@redhat.com>2022-08-25 23:27:36 +0200
commitbefbad7375c2c1f4b45d4427cf257abf5d805d40 (patch)
treec89fb545e0486622b95058a7d6b31f5d24f65bf0 /src
parent7f40eb1b04762d63943b0c0e40c4a63af798d78e (diff)
downloadNetworkManager-befbad7375c2c1f4b45d4427cf257abf5d805d40.tar.gz
style: fix code formatting
Fixes: eec9efd98950 ('glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()')
Diffstat (limited to 'src')
-rw-r--r--src/libnm-core-impl/tests/test-general.c5
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);