summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2016-12-02 14:00:04 -0500
committerChris Michael <cp.michael@samsung.com>2016-12-02 14:25:10 -0500
commitd33e0d34e0ff6f3ebac0ade1404028dafd50acb7 (patch)
treefa6279e6fda456a8a698df6f25c0e5e3528aa01a
parentf449fca9d65c514dc87b4d2b927fe7a3a8dddda9 (diff)
downloadefl-d33e0d34e0ff6f3ebac0ade1404028dafd50acb7.tar.gz
ecore-evas-wayland: Minor formatting fix
NB: No functional changes, just formatting Signed-off-by: Chris Michael <cp.michael@samsung.com>
-rw-r--r--src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_private.h47
1 files 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 77b2778c31..cb02409437 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;