devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=db25045ffbe66da4337d41f98d0f04759d4c5ae8

commit db25045ffbe66da4337d41f98d0f04759d4c5ae8
Author: Christopher Michael <cp.mich...@samsung.com>
Date:   Wed Jan 15 09:39:21 2020 -0500

    tests/ecore_wl2: Minor formatting fix
---
 src/tests/ecore_wl2/ecore_wl2_test_window.c | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

diff --git a/src/tests/ecore_wl2/ecore_wl2_test_window.c 
b/src/tests/ecore_wl2/ecore_wl2_test_window.c
index 86ff1145c3..12a7126b40 100644
--- a/src/tests/ecore_wl2/ecore_wl2_test_window.c
+++ b/src/tests/ecore_wl2/ecore_wl2_test_window.c
@@ -20,24 +20,25 @@
 #define WIDTH 480
 #define HEIGHT 360
 
-typedef struct _Test_Data {
-     Ecore_Wl2_Display *display;
-     Ecore_Wl2_Window *win;
-     Ecore_Wl2_Frame_Cb_Handle *frame_callback_handler;
-     Ecore_Event_Handler *handler;
+typedef struct _Test_Data
+{
+   Ecore_Wl2_Display *display;
+   Ecore_Wl2_Window *win;
+   Ecore_Wl2_Frame_Cb_Handle *frame_callback_handler;
+   Ecore_Event_Handler *handler;
 
-     struct wl_surface *surface;
-     struct wl_egl_window *egl_window;
+   struct wl_surface *surface;
+   struct wl_egl_window *egl_window;
 
-     int width;
-     int height;
-     int frame_callback_count;
+   int width;
+   int height;
+   int frame_callback_count;
 
 #ifdef GL_GLES
-     EGLDisplay egl_display;
-     EGLConfig egl_conf;
-     EGLSurface egl_surface;
-     EGLContext egl_context;
+   EGLDisplay egl_display;
+   EGLConfig egl_conf;
+   EGLSurface egl_surface;
+   EGLContext egl_context;
 #endif
 } Test_Data;
 

-- 


Reply via email to