egl: Fix code style issue

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2202>
This commit is contained in:
Robert Mader 2022-01-03 19:28:31 +01:00
parent f51cccbc29
commit 6d1bd87b32

View File

@ -1094,7 +1094,7 @@ meta_egl_query_dma_buf_modifiers (MetaEgl *egl,
return FALSE;
}
return TRUE;
return TRUE;
}
#define GET_EGL_PROC_ADDR(proc) \