cogl: Fix some whitespace issues
The removal of the onscreen template left some function definitions and declarations incorrectly indented. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3923>
This commit is contained in:
@ -337,8 +337,8 @@ fail:
|
||||
}
|
||||
|
||||
static int
|
||||
meta_renderer_native_add_egl_config_attributes (CoglDisplay *cogl_display,
|
||||
EGLint *attributes)
|
||||
meta_renderer_native_add_egl_config_attributes (CoglDisplay *cogl_display,
|
||||
EGLint *attributes)
|
||||
{
|
||||
CoglRendererEGL *cogl_renderer_egl = cogl_display->renderer->winsys;
|
||||
MetaRendererNativeGpuData *renderer_gpu_data = cogl_renderer_egl->platform;
|
||||
|
Reference in New Issue
Block a user