From 90c120985ae2c37a99dde31be5e87093be12a92c Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Tue, 7 Feb 2017 10:42:07 -0500 Subject: [PATCH] minor formatting fix NB: No functional changes Signed-off-by: Chris Michael --- 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 cf104cdb7..dd7fc0eba 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