summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-10-28 08:53:17 -0400
committerChris Michael <cp.michael@samsung.com>2016-10-28 09:55:27 -0400
commit2c09a35b6cbc331776e434c07645875a66f0cc47 (patch)
tree12adc32ef2d3dbffad37d232ca3db13788d21d2e
parentd4a483c40bbd7843b0fc8420e55b3d02d7896184 (diff)
downloadefl-2c09a35b6cbc331776e434c07645875a66f0cc47.tar.gz
evas-wayland-shm: Fix formatting
NB: No functional changes Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/evas/engines/wayland_shm/evas_engine.h12
1 files 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
{