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 =
|
priv->buffer =
|
||||||
zwp_linux_buffer_params_v1_create_immed(wl_params,
|
zwp_linux_buffer_params_v1_create_immed (wl_params,
|
||||||
priv->width,
|
priv->width,
|
||||||
priv->height,
|
priv->height,
|
||||||
priv->format,
|
priv->format,
|
||||||
0);
|
0);
|
||||||
g_assert_nonnull (priv->buffer);
|
g_assert_nonnull (priv->buffer);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
@ -1233,11 +1233,11 @@ alloc_dmabuf_complex (WaylandBuffer *buffer,
|
|||||||
}
|
}
|
||||||
|
|
||||||
priv->buffer =
|
priv->buffer =
|
||||||
zwp_linux_buffer_params_v1_create_immed(wl_params,
|
zwp_linux_buffer_params_v1_create_immed (wl_params,
|
||||||
priv->width,
|
priv->width,
|
||||||
priv->height,
|
priv->height,
|
||||||
priv->format,
|
priv->format,
|
||||||
0);
|
0);
|
||||||
g_assert_nonnull (priv->buffer);
|
g_assert_nonnull (priv->buffer);
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user