[asterisk-commits] oej: trunk r48188 - /trunk/main/channel.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Fri Dec 1 13:49:07 MST 2006


Author: oej
Date: Fri Dec  1 14:49:06 2006
New Revision: 48188

URL: http://svn.digium.com/view/asterisk?view=rev&rev=48188
Log:
Formatting fix

Modified:
    trunk/main/channel.c

Modified: trunk/main/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/main/channel.c?view=diff&rev=48188&r1=48187&r2=48188
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Fri Dec  1 14:49:06 2006
@@ -4593,9 +4593,9 @@
 			if (option_debug)
 				ast_log(LOG_DEBUG, "::::==== Channel %s was locked\n", chan->name);
 		if (res == EDEADLK) {
-		/* We had no lock, so okey any way */
-		if (option_debug > 3)
-			ast_log(LOG_DEBUG, "::::==== Channel %s was not locked by us. Lock would cause deadlock.\n", chan->name);
+			/* We had no lock, so okey any way */
+			if (option_debug > 3)
+				ast_log(LOG_DEBUG, "::::==== Channel %s was not locked by us. Lock would cause deadlock.\n", chan->name);
 		}
 		if (res == EINVAL) {
 			if (option_debug > 3)



More information about the asterisk-commits mailing list