From c3b084be0d1bb983a8e8ba296506bc115315aa74 Mon Sep 17 00:00:00 2001 From: raster Date: Wed, 3 Aug 2011 07:16:20 +0000 Subject: [PATCH] indent fix git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62042 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_genlist.c | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 23c2a39..1c423f6 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -2256,14 +2256,12 @@ _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); - } + 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_y = it->scrl_y; } } -- 2.7.4