mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-11 10:28:13 +02:00
Fix formatting in nm-config-data
This commit is contained in:
parent
8e7c19d237
commit
91db5d5f90
1 changed files with 2 additions and 2 deletions
|
|
@ -401,7 +401,7 @@ nm_config_data_get_ignore_carrier_for_port(const NMConfigData *self,
|
|||
if (!nm_utils_ifname_valid_kernel(controller, NULL))
|
||||
goto out_default;
|
||||
|
||||
match_data = (NMMatchSpecDeviceData){
|
||||
match_data = (NMMatchSpecDeviceData) {
|
||||
.interface_name = controller,
|
||||
.device_type = port_type,
|
||||
};
|
||||
|
|
@ -2012,7 +2012,7 @@ _match_section_info_init(MatchSectionInfo *connection_info,
|
|||
if (!value)
|
||||
continue;
|
||||
|
||||
vals[j++] = (NMUtilsNamedValue){
|
||||
vals[j++] = (NMUtilsNamedValue) {
|
||||
.name = g_steal_pointer(&key),
|
||||
.value_str = value,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue