about summary refs log tree commit diff
path: root/src/core/platform/tests/test-tc.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-tc.c
parentc713c9f47084b639644c0b9a8bb04faa3ccd21e3 (diff)
parent7d8baf4ac0480a542f000c1201df85427a22332c (diff)
Update to upstream version '1.35.90
Diffstat (limited to 'src/core/platform/tests/test-tc.c')
-rw-r--r--src/core/platform/tests/test-tc.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/core/platform/tests/test-tc.c b/src/core/platform/tests/test-tc.c
index ee7b861e..db23a932 100644
--- a/src/core/platform/tests/test-tc.c
+++ b/src/core/platform/tests/test-tc.c
@@ -39,11 +39,11 @@ qdiscs_lookup(int ifindex)
 static void
 test_qdisc1(void)
 {
-    int               ifindex;
+    int                          ifindex;
     gs_unref_ptrarray GPtrArray *known = NULL;
     gs_unref_ptrarray GPtrArray *plat  = NULL;
-    NMPObject *                  obj;
-    NMPlatformQdisc *            qdisc;
+    NMPObject                   *obj;
+    NMPlatformQdisc             *qdisc;
 
     ifindex = nm_platform_link_get_ifindex(NM_PLATFORM_GET, DEVICE_NAME);
     g_assert_cmpint(ifindex, >, 0);
@@ -76,11 +76,11 @@ test_qdisc1(void)
 static void
 test_qdisc_fq_codel(void)
 {
-    int               ifindex;
+    int                          ifindex;
     gs_unref_ptrarray GPtrArray *known = NULL;
     gs_unref_ptrarray GPtrArray *plat  = NULL;
-    NMPObject *                  obj;
-    NMPlatformQdisc *            qdisc;
+    NMPObject                   *obj;
+    NMPlatformQdisc             *qdisc;
 
     ifindex = nm_platform_link_get_ifindex(NM_PLATFORM_GET, DEVICE_NAME);
     g_assert_cmpint(ifindex, >, 0);
@@ -115,11 +115,11 @@ test_qdisc_fq_codel(void)
 static void
 test_qdisc_sfq(void)
 {
-    int               ifindex;
+    int                          ifindex;
     gs_unref_ptrarray GPtrArray *known = NULL;
     gs_unref_ptrarray GPtrArray *plat  = NULL;
-    NMPObject *                  obj;
-    NMPlatformQdisc *            qdisc;
+    NMPObject                   *obj;
+    NMPlatformQdisc             *qdisc;
 
     ifindex = nm_platform_link_get_ifindex(NM_PLATFORM_GET, DEVICE_NAME);
     g_assert_cmpint(ifindex, >, 0);
@@ -154,11 +154,11 @@ test_qdisc_sfq(void)
 static void
 test_qdisc_tbf(void)
 {
-    int               ifindex;
+    int                          ifindex;
     gs_unref_ptrarray GPtrArray *known = NULL;
     gs_unref_ptrarray GPtrArray *plat  = NULL;
-    NMPObject *                  obj;
-    NMPlatformQdisc *            qdisc;
+    NMPObject                   *obj;
+    NMPlatformQdisc             *qdisc;
 
     ifindex = nm_platform_link_get_ifindex(NM_PLATFORM_GET, DEVICE_NAME);
     g_assert_cmpint(ifindex, >, 0);