mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 00:38:07 +02:00
clients/trivial: whitespace
This commit is contained in:
parent
22e39edd2a
commit
5a98837b23
1 changed files with 8 additions and 8 deletions
|
|
@ -6141,7 +6141,7 @@ static const NMMetaPropertyInfo *const property_infos_MACSEC[] = {
|
|||
.values_fcn = _values_fcn_gobject_enum,
|
||||
),
|
||||
.property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (gobject_enum,
|
||||
.get_gtype = nm_setting_macsec_mode_get_type,
|
||||
.get_gtype = nm_setting_macsec_mode_get_type,
|
||||
),
|
||||
),
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_MACSEC_ENCRYPT,
|
||||
|
|
@ -6179,7 +6179,7 @@ static const NMMetaPropertyInfo *const property_infos_MACSEC[] = {
|
|||
.values_fcn = _values_fcn_gobject_enum,
|
||||
),
|
||||
.property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (gobject_enum,
|
||||
.get_gtype = nm_setting_macsec_validation_get_type,
|
||||
.get_gtype = nm_setting_macsec_validation_get_type,
|
||||
),
|
||||
),
|
||||
NULL
|
||||
|
|
@ -6206,9 +6206,9 @@ static const NMMetaPropertyInfo *const property_infos_MACVLAN[] = {
|
|||
.values_fcn = _values_fcn_gobject_enum,
|
||||
),
|
||||
.property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (gobject_enum,
|
||||
.get_gtype = nm_setting_macvlan_mode_get_type,
|
||||
.min = NM_SETTING_MACVLAN_MODE_UNKNOWN + 1,
|
||||
.max = G_MAXINT,
|
||||
.get_gtype = nm_setting_macvlan_mode_get_type,
|
||||
.min = NM_SETTING_MACVLAN_MODE_UNKNOWN + 1,
|
||||
.max = G_MAXINT,
|
||||
),
|
||||
),
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_MACVLAN_PROMISCUOUS,
|
||||
|
|
@ -6360,9 +6360,9 @@ static const NMMetaPropertyInfo *const property_infos_PROXY[] = {
|
|||
.values_fcn = _values_fcn_gobject_enum,
|
||||
),
|
||||
.property_typ_data = DEFINE_PROPERTY_TYP_DATA_SUBTYPE (gobject_enum,
|
||||
.get_gtype = nm_setting_proxy_method_get_type,
|
||||
.min = NM_SETTING_PROXY_METHOD_NONE,
|
||||
.max = G_MAXINT,
|
||||
.get_gtype = nm_setting_proxy_method_get_type,
|
||||
.min = NM_SETTING_PROXY_METHOD_NONE,
|
||||
.max = G_MAXINT,
|
||||
),
|
||||
),
|
||||
PROPERTY_INFO_WITH_DESC (NM_SETTING_PROXY_BROWSER_ONLY,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue