formatting
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 20 Apr 2012 08:00:33 +0000 (08:00 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 20 Apr 2012 08:00:33 +0000 (08:00 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@70351 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/test_ctxpopup.c

index 94b9132..2933ae4 100644 (file)
@@ -76,16 +76,16 @@ _ctxpopup_item_cb(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *even
    elm_object_item_text_get(event_info));
 }
 
-#define ITEM_NEW(_hov, _label, _icon)                                           \
-   if (_icon)                                                                    \
-     {                                                                          \
-        ic = elm_icon_add(obj);                                                 \
-        elm_icon_standard_set(ic, _icon);                                       \
-        elm_icon_resizable_set(ic, EINA_FALSE, EINA_FALSE);                         \
-     }                                                                          \
-   else                                                                         \
-      ic = NULL;                                                                \
-   it = elm_ctxpopup_item_append(_hov, _label, ic, _ctxpopup_item_cb, NULL);    \
+#define ITEM_NEW(_hov, _label, _icon)                                         \
+   if (_icon)                                                                 \
+     {                                                                        \
+        ic = elm_icon_add(obj);                                               \
+        elm_icon_standard_set(ic, _icon);                                     \
+        elm_icon_resizable_set(ic, EINA_FALSE, EINA_FALSE);                   \
+     }                                                                        \
+   else                                                                       \
+      ic = NULL;                                                              \
+   it = elm_ctxpopup_item_append(_hov, _label, ic, _ctxpopup_item_cb, NULL);  \
 
 static void
 _list_item_cb(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)