seoz pushed a commit to branch master.

commit 354e5e4882a3c7754f52b205b6d6892df0177171
Author: Daniel Juyung Seo <[email protected]>
Date:   Wed May 8 20:50:29 2013 +0900

    test_genlist.c: fixed formatting.
---
 src/bin/test_genlist.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/bin/test_genlist.c b/src/bin/test_genlist.c
index 37dcebe..cef408d 100644
--- a/src/bin/test_genlist.c
+++ b/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

-- 

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may

Reply via email to