egl: Fix code style issue
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2202>
This commit is contained in:
parent
f51cccbc29
commit
6d1bd87b32
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ meta_egl_query_dma_buf_modifiers (MetaEgl *egl,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#define GET_EGL_PROC_ADDR(proc) \
|
||||
|
|
Loading…
Reference in a new issue