onscreen/native: Remove trailing whitespace

check-code-style complains about this, when it works (after !3426).

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3430>
This commit is contained in:
Daniel van Vugt 2023-11-29 14:57:23 +08:00 committed by Marge Bot
parent 48515d917c
commit 2a17a5dee8

View File

@ -1845,7 +1845,7 @@ create_surfaces_gbm (CoglOnscreen *onscreen,
COGL_EGL_WINSYS_FEATURE_NO_CONFIG_CONTEXT) ||
!choose_onscreen_egl_config (onscreen, &egl_config, error))
egl_config = cogl_display_egl->egl_config;
format = get_gbm_format_from_egl (egl,
cogl_renderer_egl->edpy,
egl_config);