summaryrefslogtreecommitdiff
path: root/src/lib/eina/eina_log.h
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-06-20 09:48:52 +0000
committerStefan Schmidt <s.schmidt@samsung.com>2020-06-23 10:30:16 +0200
commit032894a489ecd6eb0eabe85164597be41310048a (patch)
tree7dcd257db83e1df5088bd40a58b1032f16eaf46c /src/lib/eina/eina_log.h
parent1a9b5fcf70b38eb5796a318414f65c46a001bd1b (diff)
downloadefl-032894a489ecd6eb0eabe85164597be41310048a.tar.gz
Get rid of trailing whitespaces (8 / 14)
Remove trailing whitespaces Differential Revision: https://phab.enlightenment.org/D12007
Diffstat (limited to 'src/lib/eina/eina_log.h')
-rw-r--r--src/lib/eina/eina_log.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/eina/eina_log.h b/src/lib/eina/eina_log.h
index b45a191ac2..417e38c436 100644
--- a/src/lib/eina/eina_log.h
+++ b/src/lib/eina/eina_log.h
@@ -545,13 +545,13 @@ static inline Eina_Bool eina_log_level_check(int level);
* @brief Checks if current thread is the main thread.
*
* If there is no thread support (compiled with --disable-pthreads) or
- * threads were not enabled, then #EINA_TRUE is returned. The only case where
- * #EINA_FALSE is returned is when threads were successfully enabled but the
- * current thread is not the one that called eina_log_threads_init() (the
+ * threads were not enabled, then #EINA_TRUE is returned. The only case where
+ * #EINA_FALSE is returned is when threads were successfully enabled but the
+ * current thread is not the one that called eina_log_threads_init() (the
* main thread).
- *
- * @return #EINA_TRUE if the current thread is the one that called
- * eina_log_threads_init(), otherwise #EINA_FALSE.
+ *
+ * @return #EINA_TRUE if the current thread is the one that called
+ * eina_log_threads_init(), otherwise #EINA_FALSE.
*/
EAPI Eina_Bool eina_log_main_thread_check(void) EINA_CONST EINA_WARN_UNUSED_RESULT;
@@ -984,7 +984,7 @@ EAPI extern const char *_eina_log_state_init;
EAPI extern const char *_eina_log_state_shutdown;
/**
* @def EINA_LOG_STATE_INIT
- * String that indicates the log system is initializing
+ * String that indicates the log system is initializing
*/
#define EINA_LOG_STATE_INIT _eina_log_state_init
/**