mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-28 21:30:30 +01:00
style: fix code formatting
Fixes:eec9efd989('glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()') (cherry picked from commitbefbad7375)
This commit is contained in:
parent
14633422e2
commit
2b1f7cfff4
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