mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-20 23:00:27 +01:00
style: leave blank line after variable declarations
This commit is contained in:
parent
1d7bbeb35f
commit
9bc28b1a2b
1 changed files with 2 additions and 0 deletions
|
|
@ -3701,6 +3701,7 @@ _l3cfg_update_combined_config(NML3Cfg *self,
|
|||
.plen = 8,
|
||||
.peer_address = NM_IPV4LO_NETWORK,
|
||||
};
|
||||
|
||||
nm_l3_config_data_add_address_4(l3cd, &ip4_address);
|
||||
}
|
||||
if (!nm_l3_config_data_lookup_address_6(l3cd, &in6addr_loopback)) {
|
||||
|
|
@ -3708,6 +3709,7 @@ _l3cfg_update_combined_config(NML3Cfg *self,
|
|||
.address = IN6ADDR_LOOPBACK_INIT,
|
||||
.plen = 128,
|
||||
};
|
||||
|
||||
nm_l3_config_data_add_address_6(l3cd, &ip6_address);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue