ovs: fix indentation

Fixes: ec7d8ddb29 ('ovs: fix leaks')
This commit is contained in:
Beniamino Galvani 2020-12-18 17:20:09 +01:00
parent 725cebc528
commit 2fa8ef9fb9

View file

@ -1875,8 +1875,7 @@ ovsdb_got_update(NMOvsdb *self, json_t *msg)
nm_assert(nm_streq0(ovs_bridge->name, name));
changed = nm_utils_strdup_reset(&ovs_bridge->name, name);
changed =
nm_utils_strdup_reset(&ovs_bridge->connection_uuid, connection_uuid);
changed = nm_utils_strdup_reset(&ovs_bridge->connection_uuid, connection_uuid);
if (nm_strv_ptrarray_cmp(ovs_bridge->ports, ports) != 0) {
NM_SWAP(&ovs_bridge->ports, &ports);
changed = TRUE;