summary refs log tree commit diff
path: root/src/core/settings/nm-settings-utils.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-02-14 19:23:28 +0100
committerMichael Biebl <biebl@debian.org>2022-02-14 19:23:28 +0100
commit2f94dba7385fd0e0ef19a06eb4a2fcf6c43d7946 (patch)
treee2222f5577115985dd52044d2991253403cdd952 /src/core/settings/nm-settings-utils.c
parent88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff)
New upstream version 1.35.91 upstream/1.35.91
Diffstat (limited to 'src/core/settings/nm-settings-utils.c')
-rw-r--r--src/core/settings/nm-settings-utils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/settings/nm-settings-utils.c b/src/core/settings/nm-settings-utils.c
index 775d0396..4343a376 100644
--- a/src/core/settings/nm-settings-utils.c
+++ b/src/core/settings/nm-settings-utils.c
@@ -88,9 +88,9 @@ void
 nm_sett_util_storages_add_take(NMSettUtilStorages *storages,
                                gpointer storage_take_p /* NMSettingsStorage *, take reference */)
 {
-    NMSettingsStorage *          storage_take = storage_take_p;
+    NMSettingsStorage           *storage_take = storage_take_p;
     NMSettUtilStorageByUuidHead *sbuh;
-    const char *                 uuid;
+    const char                  *uuid;
 
     nm_assert(storage_take);
     nm_assert(c_list_is_empty(&storage_take->_storage_lst));
@@ -125,9 +125,9 @@ gpointer /* NMSettingsStorage * */
 nm_sett_util_storages_steal(NMSettUtilStorages *storages,
                             gpointer            storage_p /* NMSettingsStorage **/)
 {
-    NMSettingsStorage *          storage = storage_p;
+    NMSettingsStorage           *storage = storage_p;
     NMSettUtilStorageByUuidHead *sbuh;
-    const char *                 uuid;
+    const char                  *uuid;
 
     nm_assert(storage);
     nm_assert(nm_sett_util_storages_lookup_by_filename(storages,