cogl: fix indentation

https://bugzilla.gnome.org/show_bug.cgi?id=769054
This commit is contained in:
Thomas Hindoe Paaboel Andersen 2016-07-21 21:01:38 +02:00 committed by Jonas Ådahl
parent ad7ec6b979
commit 720cbc5e5f
2 changed files with 2 additions and 2 deletions

View File

@ -936,7 +936,7 @@ _cogl_pipeline_layer_needs_combine_separate
}
}
return FALSE;
return FALSE;
}

View File

@ -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,