summaryrefslogtreecommitdiff
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:28:05 +0200
commit2b1f7cfff46f7a4bd527c95d2206c4fa94d32106 (patch)
tree3540ca1ccd7dcec1bd0095d9e3d19d2b0571e988
parent14633422e299ddbdc0067f4700113482735fdddc (diff)
downloadNetworkManager-2b1f7cfff46f7a4bd527c95d2206c4fa94d32106.tar.gz
style: fix code formatting
Fixes: eec9efd98950 ('glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()') (cherry picked from commit befbad7375c2c1f4b45d4427cf257abf5d805d40)
-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 95aaf5235c..64b3dca7b6 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);