From 91db5d5f90ccbd1814a3e19df0adf5f7c7837760 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Mon, 23 Mar 2026 13:22:23 +0100 Subject: [PATCH] Fix formatting in nm-config-data --- src/core/nm-config-data.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/nm-config-data.c b/src/core/nm-config-data.c index ca2a15eaa2..733d5001d8 100644 --- a/src/core/nm-config-data.c +++ b/src/core/nm-config-data.c @@ -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, };