mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-15 03:20:38 +01:00
dns-manager: style fix
This commit is contained in:
parent
66c9a5e849
commit
f2f806f77d
1 changed files with 2 additions and 2 deletions
|
|
@ -1311,9 +1311,9 @@ _collect_resolv_conf_data(NMDnsManager *self,
|
|||
|
||||
priv = NM_DNS_MANAGER_GET_PRIVATE(self);
|
||||
|
||||
if (global_config)
|
||||
if (global_config) {
|
||||
merge_global_dns_config(&rc, global_config);
|
||||
else {
|
||||
} else {
|
||||
nm_auto_str_buf NMStrBuf tmp_strbuf = NM_STR_BUF_INIT(0, FALSE);
|
||||
int first_prio = 0;
|
||||
const NMDnsConfigIPData *ip_data;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue