diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2016-07-21 21:01:38 +0200 |
---|---|---|
committer | Jonas Ã…dahl <jadahl@gmail.com> | 2016-07-22 10:44:19 +0800 |
commit | 720cbc5e5fadecaf778db097cf5a27e00ef320a4 (patch) | |
tree | e9f729e469e5e2188a670bee869092ae8ded2338 /cogl | |
parent | ad7ec6b9792df829cb66e3c61f03abac07ba3799 (diff) | |
download | mutter-720cbc5e5fadecaf778db097cf5a27e00ef320a4.tar.gz |
cogl: fix indentation
https://bugzilla.gnome.org/show_bug.cgi?id=769054
Diffstat (limited to 'cogl')
-rw-r--r-- | cogl/cogl/cogl-pipeline-layer.c | 2 | ||||
-rw-r--r-- | cogl/cogl/winsys/cogl-winsys-egl.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cogl/cogl/cogl-pipeline-layer.c b/cogl/cogl/cogl-pipeline-layer.c index 2747024c5..c7a3d5ec5 100644 --- a/cogl/cogl/cogl-pipeline-layer.c +++ b/cogl/cogl/cogl-pipeline-layer.c @@ -936,7 +936,7 @@ _cogl_pipeline_layer_needs_combine_separate } } - return FALSE; + return FALSE; } diff --git a/cogl/cogl/winsys/cogl-winsys-egl.c b/cogl/cogl/winsys/cogl-winsys-egl.c index ed41196ed..ab25bd1bc 100644 --- a/cogl/cogl/winsys/cogl-winsys-egl.c +++ b/cogl/cogl/winsys/cogl-winsys-egl.c @@ -298,7 +298,7 @@ _cogl_winsys_egl_make_current (CoglDisplay *display, if (egl_display->current_draw_surface == draw && egl_display->current_read_surface == read && egl_display->current_context == context) - return EGL_TRUE; + return EGL_TRUE; ret = eglMakeCurrent (egl_renderer->edpy, draw, |