From 6613c24f1aebc4b983498c3b8ecaa34d238f58d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 25 Nov 2021 10:27:43 +0100 Subject: [PATCH] tests/wayland/xdg-apply-limits: Add missing whitespace Part-of: --- src/tests/wayland-test-clients/xdg-apply-limits.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tests/wayland-test-clients/xdg-apply-limits.c b/src/tests/wayland-test-clients/xdg-apply-limits.c index 47153cc4f..2c51eee80 100644 --- a/src/tests/wayland-test-clients/xdg-apply-limits.c +++ b/src/tests/wayland-test-clients/xdg-apply-limits.c @@ -216,8 +216,8 @@ handle_xdg_toplevel_configure (void *data, } static void -handle_xdg_toplevel_close(void *data, - struct xdg_toplevel *xdg_toplevel) +handle_xdg_toplevel_close (void *data, + struct xdg_toplevel *xdg_toplevel) { g_assert_not_reached (); } @@ -391,8 +391,8 @@ main (int argc, state = STATE_WAIT_FOR_CONFIGURE_1; /* set minimum and maximum size and commit */ - xdg_toplevel_set_min_size(xdg_toplevel, 700, 500); - xdg_toplevel_set_max_size(xdg_toplevel, 700, 500); + xdg_toplevel_set_min_size (xdg_toplevel, 700, 500); + xdg_toplevel_set_max_size (xdg_toplevel, 700, 500); wl_surface_commit (surface); test_driver_sync_point (test_driver, 0, NULL);