1
0
Fork 0

egl: Fly-by indentation fix

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1863>
This commit is contained in:
Jonas Ådahl 2021-05-06 12:11:12 +02:00 committed by Marge Bot
parent dcf953ad3b
commit ebfeb106bc

View file

@ -708,7 +708,7 @@ meta_egl_query_wayland_buffer (MetaEgl *egl,
GError **error)
{
if (!is_egl_proc_valid (egl->eglQueryWaylandBufferWL, error))
return FALSE;
return FALSE;
if (!egl->eglQueryWaylandBufferWL (display, buffer, attribute, value))
{