summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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);