Samuel Thibault 12 anos atrás
pai
commit
d361d68c4b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/common/utils.h

+ 1 - 1
src/common/utils.h

@@ -329,7 +329,7 @@ typedef pthread_spinlock_t _starpu_pthread_spinlock_t;
 #define _STARPU_PTHREAD_SPIN_UNLOCK(lock) do {                                 \
 	int p_ret = pthread_spin_unlock(lock);                                 \
 	if (STARPU_UNLIKELY(p_ret)) {                                          \
-		fprintf(stderr,                                                \
+		fprintf(stderr,                                                \
 			"%s:%d pthread_spin_unlock: %s\n",                     \
 			__FILE__, __LINE__, strerror(p_ret));                  \
 		STARPU_ABORT();                                                \