devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=90c120985ae2c37a99dde31be5e87093be12a92c

commit 90c120985ae2c37a99dde31be5e87093be12a92c
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Tue Feb 7 10:42:07 2017 -0500

    minor formatting fix
    
    NB: No functional changes
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/bin/e_comp_wl.h | 54 ++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index cf104cd..dd7fc0e 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -97,40 +97,40 @@ struct _E_Comp_Wl_Subsurf_Data
 typedef struct E_Comp_Wl_Extension_Data
 {
    struct
-   {
-      struct wl_global *global;
-      struct wl_client *client;
-      void (*read_pixels)(E_Comp_Wl_Output *output, void *pixels);
-   } screenshooter;
-    struct
-    {
-       struct wl_global *global;
-    } session_recovery;
+     {
+        struct wl_global *global;
+        struct wl_client *client;
+        void (*read_pixels)(E_Comp_Wl_Output *output, void *pixels);
+     } screenshooter;
    struct
-   {
-       struct wl_global *global;
-   } www;
+     {
+        struct wl_global *global;
+     } session_recovery;
+   struct
+     {
+        struct wl_global *global;
+     } www;
    /* begin xdg-foreign */
    struct
-   {
-      struct wl_global *global;
-      Eina_Hash *surfaces;
-   } zxdg_exporter_v1;
+     {
+        struct wl_global *global;
+        Eina_Hash *surfaces;
+     } zxdg_exporter_v1;
    struct
-   {
-      struct wl_global *global;
-   } zxdg_importer_v1;
+     {
+        struct wl_global *global;
+     } zxdg_importer_v1;
    /* end xdg-foreign */
    struct
-   {
-      struct wl_global *global;
-      Eina_List *resources;
-   } zwp_relative_pointer_manager_v1;
+     {
+        struct wl_global *global;
+        Eina_List *resources;
+     } zwp_relative_pointer_manager_v1;
    struct
-   {
-      struct wl_global *global;
-      Eina_Hash *constraints;
-   } zwp_pointer_constraints_v1;
+     {
+        struct wl_global *global;
+        Eina_Hash *constraints;
+     } zwp_pointer_constraints_v1;
 } E_Comp_Wl_Extension_Data;
 
 struct _E_Comp_Wl_Data

-- 


Reply via email to