devilhorns pushed a commit to branch master.

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

commit d33e0d34e0ff6f3ebac0ade1404028dafd50acb7
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Fri Dec 2 14:00:04 2016 -0500

    ecore-evas-wayland: Minor formatting fix
    
    NB: No functional changes, just formatting
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 .../engines/wayland/ecore_evas_wayland_private.h   | 47 +++++++++++-----------
 1 file changed, 24 insertions(+), 23 deletions(-)

diff --git 
a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h 
b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
index 77b2778..cb02409 100644
--- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
+++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h
@@ -1,34 +1,35 @@
 #ifndef _ECORE_EVAS_WAYLAND_PRIVATE_H_
-#define _ECORE_EVAS_WAYLAND_PRIVATE_H_
+# define _ECORE_EVAS_WAYLAND_PRIVATE_H_
 
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
+# ifdef HAVE_CONFIG_H
+#  include "config.h"
+# endif
 
-#define ECORE_EVAS_INTERNAL
+# define ECORE_EVAS_INTERNAL
 
-#ifndef ELEMENTARY_H
+# ifndef ELEMENTARY_H
 //#define LOGFNS 1
-#ifdef LOGFNS
-# include <stdio.h>
-# define LOGFN(fl, ln, fn) \
+#  ifdef LOGFNS
+#   include <stdio.h>
+#   define LOGFN(fl, ln, fn) \
    printf("-ECORE_EVAS-WL: %25s: %5i - %s\n", fl, ln, fn);
-#else
-# define LOGFN(fl, ln, fn)
-#endif
+#  else
+#   define LOGFN(fl, ln, fn)
+#  endif
 
-#include <Eina.h>
-#include <Ecore.h>
-#include <Ecore_Input.h>
-#include <Ecore_Input_Evas.h>
-#include <Ecore_Wl2.h>
+#  include <Eina.h>
+#  include <Ecore.h>
+#  include <Ecore_Input.h>
+#  include <Ecore_Input_Evas.h>
+#  include <Ecore_Wl2.h>
 
-#include <Ecore_Evas.h>
-#endif
-#include "ecore_wl2_private.h"
-#include "ecore_private.h"
-#include "ecore_evas_private.h"
-#include "ecore_evas_wayland.h"
+#  include <Ecore_Evas.h>
+# endif
+
+# include "ecore_wl2_private.h"
+# include "ecore_private.h"
+# include "ecore_evas_private.h"
+# include "ecore_evas_wayland.h"
 
 typedef struct _Ecore_Evas_Engine_Wl_Data Ecore_Evas_Engine_Wl_Data;
 

-- 


Reply via email to