mirror of git://gcc.gnu.org/git/gcc.git
Indented two lines that I missed in last commit. No code changes
From-SVN: r167817
This commit is contained in:
parent
fd948ffb14
commit
48d69c57af
|
@ -293,8 +293,8 @@ sel_get_any_typed_uid (const char *name)
|
||||||
s = (SEL) l->head;
|
s = (SEL) l->head;
|
||||||
if (s->sel_types)
|
if (s->sel_types)
|
||||||
{
|
{
|
||||||
objc_mutex_unlock (__objc_runtime_mutex);
|
objc_mutex_unlock (__objc_runtime_mutex);
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue