evas evas_object_smart_clipped.c: Fixed formatting.

SVN revision: 71396
This commit is contained in:
Daniel Juyung Seo 2012-05-24 06:48:25 +00:00
parent 2ff06b9333
commit 2c7898e5d9
1 changed files with 8 additions and 8 deletions

View File

@ -19,8 +19,8 @@ evas_object_smart_move_children_relative(Evas_Object *obj, Evas_Coord dx, Evas_C
{
Evas_Coord orig_x, orig_y;
// shortcut as we are in evas
// evas_object_geometry_get(child, &orig_x, &orig_y, NULL, NULL);
// shortcut as we are in evas
// evas_object_geometry_get(child, &orig_x, &orig_y, NULL, NULL);
if (child->delete_me) continue;
if (child->is_static_clip) continue;
orig_x = child->cur.geometry.x;