[libchamplain/libchamplain-0-4] fix coding style



commit d96b464e72e3d03e26c3b2f346f73de76e06f6cf
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Sat Jan 2 17:03:08 2010 -0500

    fix coding style

 champlain/champlain-marker.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/champlain/champlain-marker.c b/champlain/champlain-marker.c
index 335d0b3..1665a03 100644
--- a/champlain/champlain-marker.c
+++ b/champlain/champlain-marker.c
@@ -620,10 +620,10 @@ draw_marker (ChamplainMarker *marker)
     {
       ClutterText *label;
       if (priv->text_actor == NULL)
-      {
-        priv->text_actor = clutter_text_new_with_text (priv->font_name, priv->text);
-        g_object_ref (priv->text_actor);
-      }
+        {
+          priv->text_actor = clutter_text_new_with_text (priv->font_name, priv->text);
+          g_object_ref (priv->text_actor);
+        }
 
       label = CLUTTER_TEXT (priv->text_actor);
       clutter_text_set_font_name (label, priv->font_name);



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