devilhorns pushed a commit to branch master.

commit 97a425b52d39afa250ed2fb46419dcfef032ce61
Author: Chris Michael <[email protected]>
Date:   Thu Jun 6 04:29:42 2013 +0100

    Fix formatting.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/lib/ecore_evas/ecore_evas_wayland.h | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/lib/ecore_evas/ecore_evas_wayland.h 
b/src/lib/ecore_evas/ecore_evas_wayland.h
index ba21718..35d4fdd 100644
--- a/src/lib/ecore_evas/ecore_evas_wayland.h
+++ b/src/lib/ecore_evas/ecore_evas_wayland.h
@@ -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);
 };
 

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to