cedric pushed a commit to branch master.

commit 5479da04b61be2deae2e79c6ba655321262aa5f8
Author: Cedric Bail <[email protected]>
Date:   Wed Jul 10 13:16:19 2013 +0900

    eina: Eina_Tiler formatting.
---
 src/lib/eina/eina_tiler.c | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/lib/eina/eina_tiler.c b/src/lib/eina/eina_tiler.c
index 0d921f3..f54c2ba 100644
--- a/src/lib/eina/eina_tiler.c
+++ b/src/lib/eina/eina_tiler.c
@@ -121,23 +121,23 @@ struct _Eina_Tiler
 };
 
 #define EINA_MAGIC_CHECK_TILER(d, ...)                                  \
-   do {                                                            \
-        if (!EINA_MAGIC_CHECK(d, EINA_MAGIC_TILER))             \
-          {                                                       \
-             EINA_MAGIC_FAIL(d, EINA_MAGIC_TILER);           \
-             return __VA_ARGS__;                             \
-          }                                                       \
-     } while(0)
-
-
-#define EINA_MAGIC_CHECK_TILER_ITERATOR(d, ...)                         \
-   do {                                                            \
-        if (!EINA_MAGIC_CHECK(d, EINA_MAGIC_TILER_ITERATOR))    \
-          {                                                       \
-             EINA_MAGIC_FAIL(d, EINA_MAGIC_TILER_ITERATOR);  \
-             return __VA_ARGS__;                             \
-          }                                                       \
-     } while(0)
+  do {                                                                  \
+     if (!EINA_MAGIC_CHECK(d, EINA_MAGIC_TILER))                        \
+       {                                                                \
+          EINA_MAGIC_FAIL(d, EINA_MAGIC_TILER);                         \
+          return __VA_ARGS__;                                           \
+       }                                                                \
+  } while(0)
+
+
+#define EINA_MAGIC_CHECK_TILER_ITERATOR(d, ...)                    \
+  do {                                                             \
+     if (!EINA_MAGIC_CHECK(d, EINA_MAGIC_TILER_ITERATOR))          \
+       {                                                           \
+          EINA_MAGIC_FAIL(d, EINA_MAGIC_TILER_ITERATOR);           \
+          return __VA_ARGS__;                                      \
+       }                                                           \
+  } while(0)
 
 /* The Splitter algorithm */
 static inline void rect_init(rect_t *r, int x, int y, int w, int h)

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to