tests/wayland-test-clients: Fix up whitespace

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3371>
This commit is contained in:
Sebastian Wick 2023-12-14 16:57:37 +01:00 committed by Marge Bot
parent 5652c61c06
commit 19472c75be

View File

@ -1103,11 +1103,11 @@ alloc_dmabuf_simple (WaylandBuffer *buffer,
}
priv->buffer =
zwp_linux_buffer_params_v1_create_immed(wl_params,
priv->width,
priv->height,
priv->format,
0);
zwp_linux_buffer_params_v1_create_immed (wl_params,
priv->width,
priv->height,
priv->format,
0);
g_assert_nonnull (priv->buffer);
return TRUE;
@ -1233,11 +1233,11 @@ alloc_dmabuf_complex (WaylandBuffer *buffer,
}
priv->buffer =
zwp_linux_buffer_params_v1_create_immed(wl_params,
priv->width,
priv->height,
priv->format,
0);
zwp_linux_buffer_params_v1_create_immed (wl_params,
priv->width,
priv->height,
priv->format,
0);
g_assert_nonnull (priv->buffer);
return TRUE;