trivial: fix coding style
This commit is contained in:
@@ -4079,7 +4079,7 @@ nm_keyfile_write(NMConnection * connection,
|
|||||||
nm_auto_unref_keyfile GKeyFile *keyfile = NULL;
|
nm_auto_unref_keyfile GKeyFile *keyfile = NULL;
|
||||||
GError * local = NULL;
|
GError * local = NULL;
|
||||||
KeyfileWriterInfo info;
|
KeyfileWriterInfo info;
|
||||||
gs_free NMSetting **settings = NULL;
|
gs_free NMSetting **settings = NULL;
|
||||||
guint n_settings = 0;
|
guint n_settings = 0;
|
||||||
guint i;
|
guint i;
|
||||||
guint j;
|
guint j;
|
||||||
|
@@ -1562,7 +1562,8 @@ rebuild_domain_lists(NMDnsManager *self)
|
|||||||
gs_free char *str1 = NULL;
|
gs_free char *str1 = NULL;
|
||||||
gs_free char *str2 = NULL;
|
gs_free char *str2 = NULL;
|
||||||
|
|
||||||
_LOGT("plugin: settings: ifindex=%d, priority=%d, default-route=%d%s, search=%s, reverse=%s",
|
_LOGT("plugin: settings: ifindex=%d, priority=%d, default-route=%d%s, search=%s, "
|
||||||
|
"reverse=%s",
|
||||||
ip_data->data->ifindex,
|
ip_data->data->ifindex,
|
||||||
priority,
|
priority,
|
||||||
ip_data->domains.has_default_route,
|
ip_data->domains.has_default_route,
|
||||||
|
Reference in New Issue
Block a user