egl: Fly-by indentation fix
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1863>
This commit is contained in:
parent
dcf953ad3b
commit
ebfeb106bc
@ -708,7 +708,7 @@ meta_egl_query_wayland_buffer (MetaEgl *egl,
|
|||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
if (!is_egl_proc_valid (egl->eglQueryWaylandBufferWL, error))
|
if (!is_egl_proc_valid (egl->eglQueryWaylandBufferWL, error))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
if (!egl->eglQueryWaylandBufferWL (display, buffer, attribute, value))
|
if (!egl->eglQueryWaylandBufferWL (display, buffer, attribute, value))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user