Fix formatting.
authorChristopher Michael <cp.michael@samsung.com>
Tue, 5 Feb 2013 12:48:25 +0000 (12:48 +0000)
committerRafael Antognolli <rafael.antognolli@linux.intel.com>
Tue, 19 Feb 2013 13:18:02 +0000 (10:18 -0300)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h

index aca01e1..a1c9924 100644 (file)
 
 typedef struct _Ecore_Evas_Engine_Wl_Data Ecore_Evas_Engine_Wl_Data;
 
-struct _Ecore_Evas_Engine_Wl_Data {
+struct _Ecore_Evas_Engine_Wl_Data 
+{
    Ecore_Wl_Window *parent, *win;
    Evas_Object *frame;
 
-# if defined(BUILD_ECORE_EVAS_WAYLAND_SHM)
+#if defined(BUILD_ECORE_EVAS_WAYLAND_SHM)
    struct wl_shm_pool *pool;
    size_t pool_size;
    void *pool_data;
    struct wl_buffer *buffer;
-# endif
+#endif
 };
 
 Ecore_Evas_Interface_Wayland *_ecore_evas_wl_interface_new(void);