wayland/dma-buf: Minor style fix

Indentation was off.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/798
This commit is contained in:
Jonas Ådahl 2019-09-13 17:27:55 +02:00
parent cb05b16414
commit 03c00e4944

View File

@ -284,7 +284,7 @@ meta_wayland_dma_buf_from_buffer (MetaWaylandBuffer *buffer)
{ {
if (wl_resource_instance_of (buffer->resource, &wl_buffer_interface, if (wl_resource_instance_of (buffer->resource, &wl_buffer_interface,
&dma_buf_buffer_impl)) &dma_buf_buffer_impl))
return wl_resource_get_user_data (buffer->resource); return wl_resource_get_user_data (buffer->resource);
return NULL; return NULL;
} }