Commit 48d69c57 by Nicola Pero

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

From-SVN: r167817
parent fd948ffb
...@@ -293,8 +293,8 @@ sel_get_any_typed_uid (const char *name) ...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment