From 76c93d23c073ef8b885503b7d28a31ffe2add6d8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 8 Nov 2013 22:14:07 +0100 Subject: reindented code --- tests/suite/ecore/src/include/eina_config.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/suite/ecore/src/include/eina_config.h') diff --git a/tests/suite/ecore/src/include/eina_config.h b/tests/suite/ecore/src/include/eina_config.h index f89327d6a6..14ba859a29 100644 --- a/tests/suite/ecore/src/include/eina_config.h +++ b/tests/suite/ecore/src/include/eina_config.h @@ -20,33 +20,33 @@ #define EINA_CONFIG_H_ #ifdef EINA_MAGIC_DEBUG -# undef EINA_MAGIC_DEBUG +#undef EINA_MAGIC_DEBUG #endif #define EINA_MAGIC_DEBUG #ifdef EINA_DEFAULT_MEMPOOL -# undef EINA_DEFAULT_MEMPOOL +#undef EINA_DEFAULT_MEMPOOL #endif #ifdef EINA_SAFETY_CHECKS -# undef EINA_SAFETY_CHECKS +#undef EINA_SAFETY_CHECKS #endif #define EINA_SAFETY_CHECKS #ifdef EINA_HAVE_INTTYPES_H -# undef EINA_HAVE_INTTYPES_H +#undef EINA_HAVE_INTTYPES_H #endif #define EINA_HAVE_INTTYPES_H #ifdef EINA_HAVE_STDINT_H -# undef EINA_HAVE_STDINT_H +#undef EINA_HAVE_STDINT_H #endif #define EINA_HAVE_STDINT_H #ifdef EINA_SIZEOF_WCHAR_T -# undef EINA_SIZEOF_WCHAR_T +#undef EINA_SIZEOF_WCHAR_T #endif #define EINA_SIZEOF_WCHAR_T 4 -#endif /* EINA_CONFIG_H_ */ +#endif /* EINA_CONFIG_H_ */ -- cgit v1.2.1