elementary / ctxpopup - just removed a empty line
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Apr 2011 06:53:52 +0000 (06:53 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Apr 2011 06:53:52 +0000 (06:53 +0000)
git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@58919 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elc_ctxpopup.c

index fbd35dd..e37d91f 100644 (file)
@@ -1349,7 +1349,6 @@ EAPI Eina_Bool
 elm_ctxpopup_item_disabled_get(const Elm_Ctxpopup_Item *item)
 {
    ELM_CTXPOPUP_ITEM_CHECK_RETURN(item, EINA_FALSE);
-
    return item->disabled;
 }