Ecore: Fix formatting.
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 15 Aug 2011 20:18:16 +0000 (20:18 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 15 Aug 2011 20:18:16 +0000 (20:18 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@62490 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/ecore_x/Ecore_X.h

index 05f7e9f..5218351 100644 (file)
@@ -649,13 +649,13 @@ struct _Ecore_X_Event_Selection_Notify
 struct _Ecore_X_Selection_Data
 {
    enum 
-   {
-      ECORE_X_SELECTION_CONTENT_NONE,
-      ECORE_X_SELECTION_CONTENT_TEXT,
-      ECORE_X_SELECTION_CONTENT_FILES,
-      ECORE_X_SELECTION_CONTENT_TARGETS,
-      ECORE_X_SELECTION_CONTENT_CUSTOM
-   } content;
+     {
+        ECORE_X_SELECTION_CONTENT_NONE,
+        ECORE_X_SELECTION_CONTENT_TEXT,
+        ECORE_X_SELECTION_CONTENT_FILES,
+        ECORE_X_SELECTION_CONTENT_TARGETS,
+        ECORE_X_SELECTION_CONTENT_CUSTOM
+     } content;
    unsigned char *data;
    int            length;
    int            format;