]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
indentation fixes
authorLuigi Rizzo <rizzo@icir.org>
Wed, 10 May 2006 07:19:29 +0000 (07:19 +0000)
committerLuigi Rizzo <rizzo@icir.org>
Wed, 10 May 2006 07:19:29 +0000 (07:19 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26282 65c4cc65-6c06-0410-ace0-fbb531ad65f3

pbx.c

diff --git a/pbx.c b/pbx.c
index 0aaea68cce611a91ded638c457f2e5ba786a9765..9080e4d816a1f921b13b8b93bdd4fadc810109a1 100644 (file)
--- a/pbx.c
+++ b/pbx.c
@@ -4363,14 +4363,14 @@ int ast_add_extension2(struct ast_context *con,
                        break;
        }
        if (e && res == 0) { /* exact match, insert in the pri chain */
-                       int ret = add_pri(con, tmp, el, e, replace);
-                       ast_mutex_unlock(&con->lock);
-                       if (ret < 0)
-                               errno = EEXIST;
-                       else {
-                               LOG;
-                       }
-                       return ret;
+               int ret = add_pri(con, tmp, el, e, replace);
+               ast_mutex_unlock(&con->lock);
+               if (ret < 0)
+                       errno = EEXIST;
+               else {
+                       LOG;
+               }
+               return ret;
        }
        /*
         * not an exact match, this is the first entry with this pattern,