Fix formatting nit.

From-SVN: r91085
This commit is contained in:
Eric Botcazou 2004-11-23 11:50:46 +00:00
parent 491982a0a7
commit e2e9b7b8b2

View File

@ -579,7 +579,7 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *mutex)
if (__gthread_active_p ())
{
if (--mutex->depth == 0)
{
{
mutex->owner = (pthread_t) 0;
pthread_mutex_unlock (&mutex->actual);
}