about summary refs log tree commit diff
path: root/src/core/nm-test-utils-core.h
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/nm-test-utils-core.h
parent88c227d90a6b7b388c5c85d72802a0ca8f05ed5c (diff)
New upstream version 1.35.91 upstream/1.35.91
Diffstat (limited to 'src/core/nm-test-utils-core.h')
-rw-r--r--src/core/nm-test-utils-core.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/core/nm-test-utils-core.h b/src/core/nm-test-utils-core.h
index e037ba92..6f571972 100644
--- a/src/core/nm-test-utils-core.h
+++ b/src/core/nm-test-utils-core.h
@@ -36,8 +36,8 @@ nmtst_platform_ip4_address(const char *address, const char *peer_address, guint
 }
 
 static inline NMPlatformIP4Address *
-nmtst_platform_ip4_address_full(const char *     address,
-                                const char *     peer_address,
+nmtst_platform_ip4_address_full(const char      *address,
+                                const char      *peer_address,
                                 guint            plen,
                                 int              ifindex,
                                 NMIPConfigSource source,
@@ -45,7 +45,7 @@ nmtst_platform_ip4_address_full(const char *     address,
                                 guint32          lifetime,
                                 guint32          preferred,
                                 guint32          flags,
-                                const char *     label)
+                                const char      *label)
 {
     NMPlatformIP4Address *addr = nmtst_platform_ip4_address(address, peer_address, plen);
 
@@ -80,8 +80,8 @@ nmtst_platform_ip6_address(const char *address, const char *peer_address, guint
 }
 
 static inline NMPlatformIP6Address *
-nmtst_platform_ip6_address_full(const char *     address,
-                                const char *     peer_address,
+nmtst_platform_ip6_address_full(const char      *address,
+                                const char      *peer_address,
                                 guint            plen,
                                 int              ifindex,
                                 NMIPConfigSource source,
@@ -118,15 +118,15 @@ nmtst_platform_ip4_route(const char *network, guint plen, const char *gateway)
 }
 
 static inline NMPlatformIP4Route *
-nmtst_platform_ip4_route_full(const char *     network,
+nmtst_platform_ip4_route_full(const char      *network,
                               guint            plen,
-                              const char *     gateway,
+                              const char      *gateway,
                               int              ifindex,
                               NMIPConfigSource source,
                               guint            metric,
                               guint            mss,
                               guint8           scope,
-                              const char *     pref_src)
+                              const char      *pref_src)
 {
     NMPlatformIP4Route *route = nmtst_platform_ip4_route(network, plen, gateway);
 
@@ -157,9 +157,9 @@ nmtst_platform_ip6_route(const char *network, guint plen, const char *gateway, c
 }
 
 static inline NMPlatformIP6Route *
-nmtst_platform_ip6_route_full(const char *     network,
+nmtst_platform_ip6_route_full(const char      *network,
                               guint            plen,
-                              const char *     gateway,
+                              const char      *gateway,
                               int              ifindex,
                               NMIPConfigSource source,
                               guint            metric,
@@ -188,7 +188,7 @@ nmtst_platform_ip4_routes_equal(const NMPlatformIP4Route *a,
                                 gsize                     len,
                                 gboolean                  ignore_order)
 {
-    gsize         i;
+    gsize                             i;
     gs_free const NMPlatformIP4Route *c_a = NULL, *c_b = NULL;
 
     g_assert(a);
@@ -225,12 +225,12 @@ nmtst_platform_ip4_routes_equal(const NMPlatformIP4Route *a,
 #ifdef __NMP_OBJECT_H__
 
 static inline void
-nmtst_platform_ip4_routes_equal_aptr(const NMPObject *const *  a,
+nmtst_platform_ip4_routes_equal_aptr(const NMPObject *const   *a,
                                      const NMPlatformIP4Route *b,
                                      gsize                     len,
                                      gboolean                  ignore_order)
 {
-    gsize   i;
+    gsize                       i;
     gs_free NMPlatformIP4Route *c_a = NULL;
 
     g_assert(len > 0);
@@ -257,7 +257,7 @@ nmtst_platform_ip6_routes_equal(const NMPlatformIP6Route *a,
                                 gsize                     len,
                                 gboolean                  ignore_order)
 {
-    gsize         i;
+    gsize                             i;
     gs_free const NMPlatformIP6Route *c_a = NULL, *c_b = NULL;
 
     g_assert(a);
@@ -294,12 +294,12 @@ nmtst_platform_ip6_routes_equal(const NMPlatformIP6Route *a,
 #ifdef __NMP_OBJECT_H__
 
 static inline void
-nmtst_platform_ip6_routes_equal_aptr(const NMPObject *const *  a,
+nmtst_platform_ip6_routes_equal_aptr(const NMPObject *const   *a,
                                      const NMPlatformIP6Route *b,
                                      gsize                     len,
                                      gboolean                  ignore_order)
 {
-    gsize   i;
+    gsize                       i;
     gs_free NMPlatformIP6Route *c_a = NULL;
 
     g_assert(len > 0);