evas/vector: fix formatting 45/43245/1
authorChunEon Park <chuneon.park@samsung.com>
Tue, 3 Feb 2015 13:26:04 +0000 (22:26 +0900)
committerSubhransu Mohanty <sub.mohanty@samsung.com>
Wed, 8 Jul 2015 02:07:44 +0000 (11:07 +0900)
Change-Id: Id59a2f87c179787a969b1053a6f9e88c89bbfd84

src/lib/evas/canvas/evas_object_vg.c
src/lib/evas/canvas/evas_vg_node.c

index bcfda8c..abcc661 100644 (file)
@@ -239,23 +239,27 @@ evas_object_vg_render_pre(Evas_Object *eo_obj,
 
    if (obj->changed_map || obj->changed_src_visible)
      {
-        evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes, eo_obj, obj);
+        evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes,
+                                            eo_obj, obj);
         goto done;
      }
    /* it's not visible - we accounted for it appearing or not so just abort */
    if (!is_v) goto done;
    /* clipper changed this is in addition to anything else for obj */
-   evas_object_render_pre_clipper_change(&obj->layer->evas->clip_changes, eo_obj);
+   evas_object_render_pre_clipper_change(&obj->layer->evas->clip_changes,
+                                         eo_obj);
    /* if we restacked (layer or just within a layer) and don't clip anyone */
    if ((obj->restack) && (!obj->clip.clipees))
      {
-        evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes, eo_obj, obj);
+        evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes,
+                                            eo_obj, obj);
         goto done;
      }
    /* if it changed render op */
    if (obj->cur->render_op != obj->prev->render_op)
      {
-        evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes, eo_obj, obj);
+        evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes,
+                                            eo_obj, obj);
         goto done;
      }
    /* if it changed color */
@@ -264,7 +268,8 @@ evas_object_vg_render_pre(Evas_Object *eo_obj,
        (obj->cur->color.b != obj->prev->color.b) ||
        (obj->cur->color.a != obj->prev->color.a))
      {
-        evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes, eo_obj, obj);
+        evas_object_render_pre_prev_cur_add(&obj->layer->evas->clip_changes,
+                                            eo_obj, obj);
         goto done;
      }
    /* if it changed geometry - and obviously not visibility or color */
@@ -313,8 +318,9 @@ evas_object_vg_render_pre(Evas_Object *eo_obj,
          y + obj->layer->evas->framespace.y,
          w, h);
      }
-   done:
-   evas_object_render_pre_effect_updates(&obj->layer->evas->clip_changes, eo_obj, is_v, was_v);
+done:
+   evas_object_render_pre_effect_updates(&obj->layer->evas->clip_changes,
+                                         eo_obj, is_v, was_v);
 }
 
 static void
index ff1c9ac..c5870a0 100644 (file)
@@ -117,7 +117,6 @@ _evas_vg_node_parent_checked_get(Eo *obj,
              goto on_error;
           }
      }
-
    return EINA_TRUE;
 
  on_error: