From b6a1685adfe1dfb4881f6c322cb194153087b095 Mon Sep 17 00:00:00 2001 From: Amitesh Singh Date: Tue, 1 Sep 2015 08:45:38 +0530 Subject: [PATCH] genlist: fix indentation & remove whitespaces --- src/lib/elm_genlist.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 687040f..e620c47 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -3204,14 +3204,14 @@ _elm_genlist_elm_widget_on_focus(Eo *obj, Elm_Genlist_Data *sd) eo_it = elm_genlist_first_item_get(obj); is_sel = EINA_TRUE; } - + while (eo_it) - { - ELM_GENLIST_ITEM_DATA_GET(eo_it, it); - if ((!_is_no_select(it)) && (!elm_object_item_disabled_get(eo_it))) - break; - eo_it = EO_OBJ(ELM_GEN_ITEM_FROM_INLIST(EINA_INLIST_GET(it)->next)); - } + { + ELM_GENLIST_ITEM_DATA_GET(eo_it, it); + if ((!_is_no_select(it)) && (!elm_object_item_disabled_get(eo_it))) + break; + eo_it = EO_OBJ(ELM_GEN_ITEM_FROM_INLIST(EINA_INLIST_GET(it)->next)); + } if (eo_it) { -- 2.7.4