OSDN Git Service

Indented two lines that I missed in last commit. No code changes
authornicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Dec 2010 20:56:30 +0000 (20:56 +0000)
committernicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Dec 2010 20:56:30 +0000 (20:56 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167817 138bc75d-0d04-0410-961f-82ee72b054a4

libobjc/selector.c

index f978dd0..582dc55 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;
        }
     }