Indented two lines that I missed in last commit. No code changes
authorNicola Pero <nicola@gcc.gnu.org>
Tue, 14 Dec 2010 20:56:30 +0000 (20:56 +0000)
committerNicola Pero <nicola@gcc.gnu.org>
Tue, 14 Dec 2010 20:56:30 +0000 (20:56 +0000)
From-SVN: r167817

libobjc/selector.c

index f978dd02c966a31bada438e32a0a48e869629e54..582dc550d6e8a47419380f15253322e50b9985d2 100644 (file)
@@ -293,8 +293,8 @@ sel_get_any_typed_uid (const char *name)
       s = (SEL) l->head;
       if (s->sel_types)
        {
-           objc_mutex_unlock (__objc_runtime_mutex);
-           return s;
+         objc_mutex_unlock (__objc_runtime_mutex);
+         return s;
        }
     }