From 840b147bd805cdb3f9b636a06c6ea87334ee94be Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Wed, 8 May 2013 20:50:29 +0900 Subject: [PATCH] test_genlist.c: fixed formatting. --- legacy/elementary/src/bin/test_genlist.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/legacy/elementary/src/bin/test_genlist.c b/legacy/elementary/src/bin/test_genlist.c index 37dcebe6cb..cef408d813 100644 --- a/legacy/elementary/src/bin/test_genlist.c +++ b/legacy/elementary/src/bin/test_genlist.c @@ -893,19 +893,19 @@ Eina_Bool gl3_state_get(void *data __UNUSED__, Evas_Object *obj __UNUSED__, cons static void _realized(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *ei) { - Evas_Object *check; - Eina_List *items; - items = NULL; + Evas_Object *check; + Eina_List *items; + items = NULL; - if (!ei) return; - Elm_Object_Item *item = ei; + if (!ei) return; + Elm_Object_Item *item = ei; - check = elm_object_item_part_content_get(item, "elm.swallow.end"); + check = elm_object_item_part_content_get(item, "elm.swallow.end"); - if (!check) return; + if (!check) return; - items = eina_list_append(items, check); - elm_object_item_access_order_set(item, items); + items = eina_list_append(items, check); + elm_object_item_access_order_set(item, items); } void