Indented two lines that I missed in last commit. No code changes

From-SVN: r167817
This commit is contained in:
Nicola Pero 2010-12-14 20:56:30 +00:00
parent fd948ffb14
commit 48d69c57af

View 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;
}
}