summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2019-09-13 17:27:55 +0200
committerJonas Ådahl <jadahl@gmail.com>2020-04-16 15:05:52 +0200
commit03c00e494496ca04efaf7eb378dece48f5ba7b90 (patch)
treecdd7281ef6e73bf6125c629409ff16ce6b6fc0d1
parentcb05b164140dc6934ff5a00cb4354a5dbf4593ef (diff)
downloadmutter-03c00e494496ca04efaf7eb378dece48f5ba7b90.tar.gz
wayland/dma-buf: Minor style fix
Indentation was off. https://gitlab.gnome.org/GNOME/mutter/merge_requests/798
-rw-r--r--src/wayland/meta-wayland-dma-buf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland/meta-wayland-dma-buf.c b/src/wayland/meta-wayland-dma-buf.c
index 6d05896e6..0ac231a30 100644
--- a/src/wayland/meta-wayland-dma-buf.c
+++ b/src/wayland/meta-wayland-dma-buf.c
@@ -284,7 +284,7 @@ meta_wayland_dma_buf_from_buffer (MetaWaylandBuffer *buffer)
{
if (wl_resource_instance_of (buffer->resource, &wl_buffer_interface,
&dma_buf_buffer_impl))
- return wl_resource_get_user_data (buffer->resource);
+ return wl_resource_get_user_data (buffer->resource);
return NULL;
}