[mutter] shaped-texture: Fix indentation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] shaped-texture: Fix indentation
- Date: Tue, 27 Aug 2013 20:50:54 +0000 (UTC)
commit 4ea8b91e0bfb3ce5cae0870075a9e566b00a87d8
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]