mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +00:00
wayland/dma-buf: Minor style fix
Indentation was off. https://gitlab.gnome.org/GNOME/mutter/merge_requests/798
This commit is contained in:
parent
cb05b16414
commit
03c00e4944
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user