From fb948cfb59dc5e3c893d7fed26c3503fa7bf6f79 Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 3 Oct 2011 10:29:52 +0000 Subject: [PATCH] elementary: fix coding style. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@63769 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index d37dc4d..430d5b2 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -12975,16 +12975,12 @@ extern "C" { /** * The possibles types that the items in a menu can be */ - typedef enum _Elm_Web_Menu_Item_Type Elm_Web_Menu_Item_Type; - /** - * The possibles types that the items in a menu can be - */ - enum _Elm_Web_Menu_Item_Type + typedef enum _Elm_Web_Menu_Item_Type { ELM_WEB_MENU_SEPARATOR, ELM_WEB_MENU_GROUP, ELM_WEB_MENU_OPTION - }; + } Elm_Web_Menu_Item_Type; /** * Structure describing the items in a menu -- 2.7.4