OSDN Git Service

Fix formatting nit.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 2004 11:50:46 +0000 (11:50 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Nov 2004 11:50:46 +0000 (11:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91085 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gthr-posix95.h

index 78e1d89..f10317d 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);
        }