summary refs log tree commit diff
path: root/src/core/settings/nm-settings-storage.h
diff options
context:
space:
mode:
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__ */