OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / 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);
        }