diff options
author | Nicola Pero <nicola@gcc.gnu.org> | 2010-12-14 20:56:30 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2010-12-14 20:56:30 +0000 |
commit | 48d69c57af11814091231df787dba116c4356c4c (patch) | |
tree | 0f45b7fa24fcbc5bc64aa5ec40a65ab8d941cf3c /libobjc/selector.c | |
parent | fd948ffb14a27a28cbe28d4beba267c9b5d3aeb0 (diff) | |
download | gcc-48d69c57af11814091231df787dba116c4356c4c.tar.gz |
Indented two lines that I missed in last commit. No code changes
From-SVN: r167817
Diffstat (limited to 'libobjc/selector.c')
-rw-r--r-- | libobjc/selector.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/selector.c b/libobjc/selector.c index f978dd02c96..582dc550d6e 100644 --- a/libobjc/selector.c +++ b/libobjc/selector.c @@ -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; } } |