devilhorns pushed a commit to branch devs/devilhorns/wayland.

commit 3e114b11da4685549421fdfb2d851d14dc704c5c
Author: Chris Michael <[email protected]>
Date:   Thu Mar 7 09:26:54 2013 +0000

    Fix some formatting
    
    Signed-off-by: Chris Michael <[email protected]>
---
 src/bin/e_comp_wl.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/bin/e_comp_wl.h b/src/bin/e_comp_wl.h
index ec5cc8c..29598cf 100644
--- a/src/bin/e_comp_wl.h
+++ b/src/bin/e_comp_wl.h
@@ -5,16 +5,16 @@
 
 #  include <wayland-server.h>
 
-# define LOGFNS 1
+#  define LOGFNS 1
 
-# ifdef LOGFNS
-#  include <stdio.h>
-#  define LOGFN(fl, ln, fn) printf("-E-COMP-WL: %25s: %5i - %s\n", fl, ln, fn);
-# else
-#  define LOGFN(fl, ln, fn)
-# endif
+#  ifdef LOGFNS
+#   include <stdio.h>
+#   define LOGFN(fl, ln, fn) printf("-E-COMP-WL: %25s: %5i - %s\n", fl, ln, 
fn);
+#  else
+#   define LOGFN(fl, ln, fn)
+#  endif
 
-# define container_of(ptr, type, member) ({ \
+#  define container_of(ptr, type, member) ({ \
    const __typeof__(((type *)0)->member) *__mptr = (ptr); \
    (type *)((char *)__mptr - offsetof(type,member));})
 

-- 

------------------------------------------------------------------------------
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev

Reply via email to