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
1 changed files with 10 additions and 10 deletions
|
@ -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 a new issue