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,7 +1103,7 @@ alloc_dmabuf_simple (WaylandBuffer *buffer,
|
|||
}
|
||||
|
||||
priv->buffer =
|
||||
zwp_linux_buffer_params_v1_create_immed(wl_params,
|
||||
zwp_linux_buffer_params_v1_create_immed (wl_params,
|
||||
priv->width,
|
||||
priv->height,
|
||||
priv->format,
|
||||
|
@ -1233,7 +1233,7 @@ alloc_dmabuf_complex (WaylandBuffer *buffer,
|
|||
}
|
||||
|
||||
priv->buffer =
|
||||
zwp_linux_buffer_params_v1_create_immed(wl_params,
|
||||
zwp_linux_buffer_params_v1_create_immed (wl_params,
|
||||
priv->width,
|
||||
priv->height,
|
||||
priv->format,
|
||||
|
|
Loading…
Add table
Reference in a new issue