[mutter] cogl: fix indentation



commit 720cbc5e5fadecaf778db097cf5a27e00ef320a4
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Thu Jul 21 21:01:38 2016 +0200

    cogl: fix indentation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=769054

 cogl/cogl/cogl-pipeline-layer.c    |    2 +-
 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 2747024..c7a3d5e 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 ed41196..ab25bd1 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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]