aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-10 07:19:29 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-05-10 07:19:29 +0000
commit2b62b68b9aaba5b4a63ef948b4ea2ab14f975e54 (patch)
tree0ec81e62d6bfbd249297a45dc41441ad777bfc3b /pbx.c
parentbe88618acdc787150560d8f87093d8d4fead549a (diff)
indentation fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26282 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/pbx.c b/pbx.c
index 0aaea68cc..9080e4d81 100644
--- 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,