mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user