[mutter/wip/shape: 3/6] shaped-texture: Fix indentation



commit b32a6791b9318900fa4847d434dafec47ee8d0e1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Aug 27 15:58:14 2013 -0400

    shaped-texture: Fix indentation

 src/compositor/meta-shaped-texture.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/compositor/meta-shaped-texture.c b/src/compositor/meta-shaped-texture.c
index 0bb6689..79e515e 100644
--- a/src/compositor/meta-shaped-texture.c
+++ b/src/compositor/meta-shaped-texture.c
@@ -191,19 +191,19 @@ meta_shaped_texture_paint (ClutterActor *actor)
 
           priv->pipeline_unshaped = cogl_pipeline_copy (pipeline_unshaped_template);
         }
-        pipeline = priv->pipeline_unshaped;
+      pipeline = priv->pipeline_unshaped;
     }
   else
     {
       if (priv->pipeline == NULL)
        {
-          if (G_UNLIKELY (pipeline_template == NULL))
+          if (G_UNLIKELY (pipeline_template == NULL))
            {
               CoglContext *ctx = clutter_backend_get_cogl_context (clutter_get_default_backend ());
              pipeline_template =  cogl_pipeline_new (ctx);
              cogl_pipeline_set_layer_combine (pipeline_template, 1,
-                                          "RGBA = MODULATE (PREVIOUS, TEXTURE[A])",
-                                          NULL);
+                                               "RGBA = MODULATE (PREVIOUS, TEXTURE[A])",
+                                               NULL);
            }
          priv->pipeline = cogl_pipeline_copy (pipeline_template);
        }


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