[mutter] tests/wayland-unit-tests: Fix some style issues



commit 618cc5050b3c1517fa46f50c3952e8bc09d43aff
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Thu Nov 25 10:26:44 2021 +0100

    tests/wayland-unit-tests: Fix some style issues
    
    Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1993>

 src/tests/wayland-unit-tests.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/src/tests/wayland-unit-tests.c b/src/tests/wayland-unit-tests.c
index e4341a54f1..87fb5d4c8e 100644
--- a/src/tests/wayland-unit-tests.c
+++ b/src/tests/wayland-unit-tests.c
@@ -479,7 +479,7 @@ on_after_tests (void)
 }
 
 static void
-init_wayland_tests (void)
+init_tests (void)
 {
   g_test_add_func ("/wayland/subsurface/remap-toplevel",
                    subsurface_remap_toplevel);
@@ -498,7 +498,8 @@ init_wayland_tests (void)
 }
 
 int
-main (int argc, char *argv[])
+main (int   argc,
+      char *argv[])
 {
   g_autoptr (MetaContext) context = NULL;
 
@@ -508,7 +509,7 @@ main (int argc, char *argv[])
 
   test_context = context;
 
-  init_wayland_tests ();
+  init_tests ();
 
   g_signal_connect (context, "before-tests",
                     G_CALLBACK (on_before_tests), NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]