mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 15:40:10 +01:00
trivial: fix code formatting
Fixes:ac090edd87('libnm: add type enum for handling gprop differences in to_dbus_fcn') (cherry picked from commit6ac304b673)
This commit is contained in:
parent
11fd85b3e1
commit
0432c2bcdb
1 changed files with 2 additions and 2 deletions
|
|
@ -4381,10 +4381,10 @@ test_setting_metadata(void)
|
|||
g_assert(sip->param_spec->value_type == G_TYPE_BYTES);
|
||||
goto check_done;
|
||||
case NM_SETTING_PROPERTY_TO_DBUS_FCN_GPROP_TYPE_ENUM:
|
||||
g_assert(g_type_is_a (sip->param_spec->value_type, G_TYPE_ENUM));
|
||||
g_assert(g_type_is_a(sip->param_spec->value_type, G_TYPE_ENUM));
|
||||
goto check_done;
|
||||
case NM_SETTING_PROPERTY_TO_DBUS_FCN_GPROP_TYPE_FLAGS:
|
||||
g_assert(g_type_is_a (sip->param_spec->value_type, G_TYPE_FLAGS));
|
||||
g_assert(g_type_is_a(sip->param_spec->value_type, G_TYPE_FLAGS));
|
||||
goto check_done;
|
||||
case NM_SETTING_PROPERTY_TO_DBUS_FCN_GPROP_TYPE_GARRAY_UINT:
|
||||
g_assert(sip->param_spec->value_type == G_TYPE_ARRAY);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue