oops - formatting at start too - not just end

SVN revision: 51510
This commit is contained in:
Carsten Haitzler 2010-08-22 05:47:44 +00:00
parent 1974702021
commit eb1a43bfbf
1 changed files with 38 additions and 38 deletions

View File

@ -365,7 +365,7 @@ static pthread_t _main_thread;
static pthread_spinlock_t _log_lock;
# define LOG_LOCK() \
if(_threads_enabled) \
if (_threads_enabled) \
do { \
if (0) { \
fprintf(stderr, "+++LOG LOG_LOCKED! [%s, %lu]\n", \
@ -374,7 +374,7 @@ static pthread_spinlock_t _log_lock;
pthread_spin_lock(&_log_lock); } \
} while (0)
# define LOG_UNLOCK() \
if(_threads_enabled) \
if (_threads_enabled) \
do { \
if (EINA_UNLIKELY(_threads_enabled)) { \
pthread_spin_unlock(&_log_lock); } \