From bdc927502cd61a5c9687b51e599ce30e7c18f373 Mon Sep 17 00:00:00 2001 From: seoz Date: Thu, 23 Jun 2011 09:51:03 +0000 Subject: [PATCH] elm genlist: Fixed indentation. git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@60626 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_genlist.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index b28795d..005541e 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -2285,7 +2285,7 @@ _get_space_for_reorder_item(Elm_Genlist_Item *it) it->block->reorder_offset = it->wd->reorder_it->h; } else - it->block->reorder_offset = 0; + it->block->reorder_offset = 0; it->scrl_y += it->block->reorder_offset; @@ -2298,7 +2298,7 @@ _get_space_for_reorder_item(Elm_Genlist_Item *it) return it->wd->reorder_it->h; } else - return 0; + return 0; } static Eina_Bool @@ -3577,8 +3577,8 @@ elm_genlist_item_append(Evas_Object *obj, it->parent->items = eina_list_append(it->parent->items, it); if (!it2) it2 = it->parent; wd->items = - eina_inlist_append_relative(wd->items, EINA_INLIST_GET(it), - EINA_INLIST_GET(it2)); + eina_inlist_append_relative(wd->items, EINA_INLIST_GET(it), + EINA_INLIST_GET(it2)); it->rel = it2; it->rel->relcount++; -- 2.7.4