mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 12:00:44 -05:00
tests/wayland/xdg-apply-limits: Add missing whitespace
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1993>
This commit is contained in:
parent
618cc5050b
commit
6613c24f1a
@ -216,7 +216,7 @@ handle_xdg_toplevel_configure (void *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
handle_xdg_toplevel_close(void *data,
|
handle_xdg_toplevel_close (void *data,
|
||||||
struct xdg_toplevel *xdg_toplevel)
|
struct xdg_toplevel *xdg_toplevel)
|
||||||
{
|
{
|
||||||
g_assert_not_reached ();
|
g_assert_not_reached ();
|
||||||
@ -391,8 +391,8 @@ main (int argc,
|
|||||||
state = STATE_WAIT_FOR_CONFIGURE_1;
|
state = STATE_WAIT_FOR_CONFIGURE_1;
|
||||||
|
|
||||||
/* set minimum and maximum size and commit */
|
/* set minimum and maximum size and commit */
|
||||||
xdg_toplevel_set_min_size(xdg_toplevel, 700, 500);
|
xdg_toplevel_set_min_size (xdg_toplevel, 700, 500);
|
||||||
xdg_toplevel_set_max_size(xdg_toplevel, 700, 500);
|
xdg_toplevel_set_max_size (xdg_toplevel, 700, 500);
|
||||||
wl_surface_commit (surface);
|
wl_surface_commit (surface);
|
||||||
|
|
||||||
test_driver_sync_point (test_driver, 0, NULL);
|
test_driver_sync_point (test_driver, 0, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user