aboutsummaryrefslogtreecommitdiff
path: root/libobjc
diff options
context:
space:
mode:
authorNicola Pero <nicola@gcc.gnu.org>2010-12-14 20:56:30 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-12-14 20:56:30 +0000
commit48d69c57af11814091231df787dba116c4356c4c (patch)
tree0f45b7fa24fcbc5bc64aa5ec40a65ab8d941cf3c /libobjc
parentfd948ffb14a27a28cbe28d4beba267c9b5d3aeb0 (diff)
downloadgcc-48d69c57af11814091231df787dba116c4356c4c.zip
gcc-48d69c57af11814091231df787dba116c4356c4c.tar.gz
gcc-48d69c57af11814091231df787dba116c4356c4c.tar.bz2
Indented two lines that I missed in last commit. No code changes
From-SVN: r167817
Diffstat (limited to 'libobjc')
-rw-r--r--libobjc/selector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libobjc/selector.c b/libobjc/selector.c
index f978dd0..582dc55 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;
}
}