mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 23:01:19 +08:00
Fix formatting nit.
From-SVN: r91085
This commit is contained in:
parent
491982a0a7
commit
e2e9b7b8b2
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user