Commit e2e9b7b8 by Eric Botcazou

Fix formatting nit.

From-SVN: r91085
parent 491982a0
...@@ -579,7 +579,7 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *mutex) ...@@ -579,7 +579,7 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *mutex)
if (__gthread_active_p ()) if (__gthread_active_p ())
{ {
if (--mutex->depth == 0) if (--mutex->depth == 0)
{ {
mutex->owner = (pthread_t) 0; mutex->owner = (pthread_t) 0;
pthread_mutex_unlock (&mutex->actual); pthread_mutex_unlock (&mutex->actual);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment