style: fix code formatting

Fixes: eec9efd989 ('glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()')
(cherry picked from commit befbad7375)
This commit is contained in:
Thomas Haller 2022-08-25 23:27:29 +02:00
parent 14633422e2
commit 2b1f7cfff4
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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);