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
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue