mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 09:50:17 +01:00
style: fix code formatting
Fixes: eec9efd989 ('glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()')
This commit is contained in:
parent
7f40eb1b04
commit
befbad7375
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue