Fix formatting nit.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 23 Nov 2004 11:50:46 +0000 (11:50 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 23 Nov 2004 11:50:46 +0000 (11:50 +0000)
From-SVN: r91085

gcc/gthr-posix95.h

index 78e1d89485bdeae0a25157342704521d29cee2a7..f10317dd291df4982d0cd8b2be6ce979dd15e58a 100644 (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);
        }