From 2c09a35b6cbc331776e434c07645875a66f0cc47 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Fri, 28 Oct 2016 08:53:17 -0400 Subject: [PATCH] evas-wayland-shm: Fix formatting NB: No functional changes Signed-off-by: Chris Michael --- src/modules/evas/engines/wayland_shm/evas_engine.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/modules/evas/engines/wayland_shm/evas_engine.h b/src/modules/evas/engines/wayland_shm/evas_engine.h index 467e4061c7..96bea3a12f 100644 --- a/src/modules/evas/engines/wayland_shm/evas_engine.h +++ b/src/modules/evas/engines/wayland_shm/evas_engine.h @@ -76,7 +76,8 @@ typedef struct _Shm_Surface Shm_Surface; typedef struct _Dmabuf_Surface Dmabuf_Surface; typedef enum _Surface_Type Surface_Type; -enum _Surface_Type { +enum _Surface_Type +{ SURFACE_EMPTY, SURFACE_SHM, SURFACE_DMABUF @@ -86,10 +87,11 @@ typedef struct _Surface Surface; struct _Surface { Surface_Type type; - union { - Shm_Surface *shm; - Dmabuf_Surface *dmabuf; - } surf; + union + { + Shm_Surface *shm; + Dmabuf_Surface *dmabuf; + } surf; Evas_Engine_Info_Wayland_Shm *info; struct {