trivial: fix coding style issue

This commit is contained in:
Thomas Haller 2021-05-27 09:56:18 +02:00
parent cbaeadb0a4
commit 0fb4ba5bef
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -540,7 +540,7 @@ _vlan_xgress_qos_mappings_cpy(guint * dst_n_map,
|| _vlan_xgress_qos_mappings_cmp(src_n_map, *dst_map, src_map) != 0) {
nm_clear_g_free(dst_map);
*dst_n_map = src_n_map;
*dst_map = nm_memdup(src_map, sizeof(*src_map) * src_n_map);
*dst_map = nm_memdup(src_map, sizeof(*src_map) * src_n_map);
}
}