From: seoz Date: Thu, 9 Jun 2011 02:54:04 +0000 (+0000) Subject: Elementary genlist: Indentation fix for reorder patch. X-Git-Tag: REL_F_I9500_20120323_1~17^2~2608 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d1419bb3bae4addd00a07258246354bcd8abac9;p=framework%2Fuifw%2Felementary.git Elementary genlist: Indentation fix for reorder patch. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60110 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index baefd41..cf606cb 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -2415,18 +2415,18 @@ _item_block_position(Item_Block *itb, } } if (!it->move_effect_enabled) - { - { - if (it->mode_view) - _item_position(it, it->mode_view, it->scrl_x, - it->scrl_y); - else - _item_position(it, it->base.view, it->scrl_x, - it->scrl_y); - } - it->old_scrl_x = it->scrl_x; - it->old_scrl_y = it->scrl_y; - } + { + { + if (it->mode_view) + _item_position(it, it->mode_view, it->scrl_x, + it->scrl_y); + else + _item_position(it, it->base.view, it->scrl_x, + it->scrl_y); + } + it->old_scrl_x = it->scrl_x; + it->old_scrl_y = it->scrl_y; + } } else {