mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 16:10:41 -05:00
tests/wayland-test-clients: Fix up whitespace
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3371>
This commit is contained in:
parent
5652c61c06
commit
19472c75be
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user