mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 01:40:16 +01:00
config: change formatting for no reason
(cherry picked from commit 639a45f6c3)
This commit is contained in:
parent
ee6b737c53
commit
58c13e7799
1 changed files with 10 additions and 2 deletions
|
|
@ -2341,7 +2341,11 @@ nm_config_reload (NMConfig *self, NMConfigChangeFlags reload_flags)
|
|||
(const char *const*) priv->atomic_section_prefixes, NULL);
|
||||
}
|
||||
|
||||
new_data = nm_config_data_new (config_main_file, config_description, (const char *const*) no_auto_default, keyfile, keyfile_intern);
|
||||
new_data = nm_config_data_new (config_main_file,
|
||||
config_description,
|
||||
(const char *const*) no_auto_default,
|
||||
keyfile,
|
||||
keyfile_intern);
|
||||
g_free (config_main_file);
|
||||
g_free (config_description);
|
||||
g_key_file_unref (keyfile);
|
||||
|
|
@ -2550,7 +2554,11 @@ init_sync (GInitable *initable, GCancellable *cancellable, GError **error)
|
|||
(const char *const*) priv->atomic_section_prefixes, NULL);
|
||||
}
|
||||
|
||||
priv->config_data_orig = nm_config_data_new (config_main_file, config_description, (const char *const*) no_auto_default, keyfile, keyfile_intern);
|
||||
priv->config_data_orig = nm_config_data_new (config_main_file,
|
||||
config_description,
|
||||
(const char *const*) no_auto_default,
|
||||
keyfile,
|
||||
keyfile_intern);
|
||||
|
||||
priv->config_data = g_object_ref (priv->config_data_orig);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue