ami pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=b6a1685adfe1dfb4881f6c322cb194153087b095

commit b6a1685adfe1dfb4881f6c322cb194153087b095
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Tue Sep 1 08:45:38 2015 +0530

    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)
           {

-- 


Reply via email to