From 48d69c57af11814091231df787dba116c4356c4c Mon Sep 17 00:00:00 2001
From: Nicola Pero <nicola@gcc.gnu.org>
Date: Tue, 14 Dec 2010 20:56:30 +0000
Subject: [PATCH] Indented two lines that I missed in last commit.  No code
 changes

From-SVN: r167817
---
 libobjc/selector.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libobjc/selector.c b/libobjc/selector.c
index f978dd02c966..582dc550d6e8 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;
 	}
     }
 
-- 
GitLab