[mutter] tests/wayland/xdg-apply-limits: Add missing whitespace
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] tests/wayland/xdg-apply-limits: Add missing whitespace
- Date: Sun, 19 Dec 2021 16:20:09 +0000 (UTC)
commit 6613c24f1aebc4b983498c3b8ecaa34d238f58d3
Author: Jonas Ã…dahl <jadahl gmail com>
Date: Thu Nov 25 10:27:43 2021 +0100
tests/wayland/xdg-apply-limits: Add missing whitespace
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1993>
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 47153cc4ff..2c51eee80f 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]