about summary refs log tree commit diff
path: root/src/core/settings/nm-settings-utils.c
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-utils.c
parentc713c9f47084b639644c0b9a8bb04faa3ccd21e3 (diff)
parent7d8baf4ac0480a542f000c1201df85427a22332c (diff)
Update to upstream version '1.35.90
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,