From f3e70b94237b04fc5c033e82d005b7090fa6c0bd Mon Sep 17 00:00:00 2001 From: hermet Date: Thu, 4 Aug 2011 15:37:34 +0000 Subject: [PATCH] elementary/elm_widget - removed white space. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62096 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_widget.h b/src/lib/elm_widget.h index 5bd84c7..79707ed 100644 --- a/src/lib/elm_widget.h +++ b/src/lib/elm_widget.h @@ -653,7 +653,7 @@ typedef enum _Elm_Sel_Format /** Edje textblock markup, including inline images */ ELM_SEL_FORMAT_MARKUP = 0x02, /** Images */ - ELM_SEL_FORMAT_IMAGE = 0x04, + ELM_SEL_FORMAT_IMAGE = 0x04, /** Vcards */ ELM_SEL_FORMAT_VCARD = 0x08, /** Raw HTMLish things for widgets that want that stuff (hello webkit!) */ -- 2.7.4