[svn-commits] trunk r26282 - /trunk/pbx.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed May 10 00:19:30 MST 2006


Author: rizzo
Date: Wed May 10 02:19:29 2006
New Revision: 26282

URL: http://svn.digium.com/view/asterisk?rev=26282&view=rev
Log:
indentation fixes


Modified:
    trunk/pbx.c

Modified: trunk/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx.c?rev=26282&r1=26281&r2=26282&view=diff
==============================================================================
--- trunk/pbx.c (original)
+++ trunk/pbx.c Wed May 10 02:19:29 2006
@@ -4363,14 +4363,14 @@
 			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,



More information about the svn-commits mailing list