about summary refs log tree commit diff
path: root/src/core/settings/nm-settings-storage.h
diff options
context:
space:
mode:
authorJeremy Bicha <jeremy.bicha@canonical.com>2022-02-22 16:46:07 -0500
committerJeremy Bicha <jeremy.bicha@canonical.com>2022-02-22 16:46:07 -0500
commit297ac7f51b68aaa0e281336e6c6154bb2c913580 (patch)
treeff98cec3cc8eeb03b58cfeae184f2da4bfa6c93f /src/core/settings/nm-settings-storage.h
parentc713c9f47084b639644c0b9a8bb04faa3ccd21e3 (diff)
parent7d8baf4ac0480a542f000c1201df85427a22332c (diff)
Update to upstream version '1.35.90
Diffstat (limited to 'src/core/settings/nm-settings-storage.h')
-rw-r--r--src/core/settings/nm-settings-storage.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/settings/nm-settings-storage.h b/src/core/settings/nm-settings-storage.h
index 2e5e1c55..198b0e8b 100644
--- a/src/core/settings/nm-settings-storage.h
+++ b/src/core/settings/nm-settings-storage.h
@@ -30,8 +30,8 @@ struct _NMSettingsPlugin;
 typedef struct NMSettingsStorage {
     GObject                   parent;
     struct _NMSettingsPlugin *_plugin;
-    char *                    _uuid;
-    char *                    _filename;
+    char                     *_uuid;
+    char                     *_filename;
     CList                     _storage_lst;
     CList                     _storage_by_uuid_lst;
 } NMSettingsStorage;
@@ -106,6 +106,6 @@ nm_settings_storage_get_filename(const NMSettingsStorage *self)
 
 int nm_settings_storage_cmp(NMSettingsStorage *sd_a,
                             NMSettingsStorage *sd_b,
-                            const GSList *     plugin_list);
+                            const GSList      *plugin_list);
 
 #endif /* __NM_SETTINGS_STORAGE_H__ */