Fix formatting.
authorChris Michael <devilhorns@comcast.net>
Thu, 6 Jun 2013 03:29:42 +0000 (04:29 +0100)
committerChris Michael <devilhorns@comcast.net>
Thu, 6 Jun 2013 03:29:42 +0000 (04:29 +0100)
Signed-off-by: Chris Michael <devilhorns@comcast.net>
src/lib/ecore_evas/ecore_evas_wayland.h

index ba21718..35d4fdd 100644 (file)
@@ -3,13 +3,14 @@
 
 typedef struct _Ecore_Evas_Interface_Wayland Ecore_Evas_Interface_Wayland;
 
-struct _Ecore_Evas_Interface_Wayland {
+struct _Ecore_Evas_Interface_Wayland 
+{
    Ecore_Evas_Interface base;
 
-   void             (*resize)(Ecore_Evas *ee, int location);
-   void             (*move)(Ecore_Evas *ee, int x, int y);
-   void             (*pointer_set)(Ecore_Evas *ee, int hot_x, int hot_y);
-   void             (*type_set)(Ecore_Evas *ee, int type);
+   void (*resize)(Ecore_Evas *ee, int location);
+   void (*move)(Ecore_Evas *ee, int x, int y);
+   void (*pointer_set)(Ecore_Evas *ee, int hot_x, int hot_y);
+   void (*type_set)(Ecore_Evas *ee, int type);
    Ecore_Wl_Window* (*window_get)(const Ecore_Evas *ee);
 };