summary refs log tree commit diff
path: root/src/nm-cloud-setup/tests
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/nm-cloud-setup/tests
parent88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff)
New upstream version 1.35.91 upstream/1.35.91
Diffstat (limited to 'src/nm-cloud-setup/tests')
-rw-r--r--src/nm-cloud-setup/tests/test-cloud-setup-general.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nm-cloud-setup/tests/test-cloud-setup-general.c b/src/nm-cloud-setup/tests/test-cloud-setup-general.c
index 82df4e17..c8635009 100644
--- a/src/nm-cloud-setup/tests/test-cloud-setup-general.c
+++ b/src/nm-cloud-setup/tests/test-cloud-setup-general.c
@@ -41,10 +41,10 @@ static void
 _test_ri4a(const char *const *addrs_before, const char *const *addrs_new)
 {
     gs_unref_object NMSettingIPConfig *s_ip = NULL;
-    gs_unref_ptrarray GPtrArray *arr        = NULL;
-    const gsize                  n          = NM_PTRARRAY_LEN(addrs_new);
-    gboolean                     changed;
-    gsize                        i;
+    gs_unref_ptrarray GPtrArray       *arr  = NULL;
+    const gsize                        n    = NM_PTRARRAY_LEN(addrs_new);
+    gboolean                           changed;
+    gsize                              i;
 
     s_ip = _ri4a_new_s_ip(addrs_before);
     arr  = _ri4a_new_arr(addrs_new);