about summary refs log tree commit diff
path: root/src/core/platform/tests/test-cleanup.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/platform/tests/test-cleanup.c
parentc713c9f47084b639644c0b9a8bb04faa3ccd21e3 (diff)
parent7d8baf4ac0480a542f000c1201df85427a22332c (diff)
Update to upstream version '1.35.90
Diffstat (limited to 'src/core/platform/tests/test-cleanup.c')
-rw-r--r--src/core/platform/tests/test-cleanup.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/platform/tests/test-cleanup.c b/src/core/platform/tests/test-cleanup.c
index e13bb8c8..2198e921 100644
--- a/src/core/platform/tests/test-cleanup.c
+++ b/src/core/platform/tests/test-cleanup.c
@@ -10,15 +10,15 @@
 static void
 test_cleanup_internal(void)
 {
-    SignalData *    link_added = add_signal_ifname(NM_PLATFORM_SIGNAL_LINK_CHANGED,
+    SignalData     *link_added = add_signal_ifname(NM_PLATFORM_SIGNAL_LINK_CHANGED,
                                                NM_PLATFORM_SIGNAL_ADDED,
                                                link_callback,
                                                DEVICE_NAME);
     int             ifindex;
-    GArray *        addresses4;
-    GArray *        addresses6;
-    GPtrArray *     routes4;
-    GPtrArray *     routes6;
+    GArray         *addresses4;
+    GArray         *addresses6;
+    GPtrArray      *routes4;
+    GPtrArray      *routes6;
     in_addr_t       addr4;
     in_addr_t       network4;
     int             plen4 = 24;
@@ -55,7 +55,7 @@ test_cleanup_internal(void)
 
     /* wait for kernel to add the IPv6 link local address... it takes a bit. */
     NMTST_WAIT_ASSERT(300, {
-        gs_unref_array GArray *     addrs = NULL;
+        gs_unref_array GArray      *addrs = NULL;
         const NMPlatformIP6Address *a;
 
         if (nmtst_wait_iteration > 0) {