[svn-commits] russell: trunk r121284 - /trunk/main/channel.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jun 9 11:48:26 CDT 2008


Author: russell
Date: Mon Jun  9 11:48:26 2008
New Revision: 121284

URL: http://svn.digium.com/view/asterisk?view=rev&rev=121284
Log:
Minor formatting change to test a mantis change ...
(closes issue #12824)

Modified:
    trunk/main/channel.c

Modified: trunk/main/channel.c
URL: http://svn.digium.com/view/asterisk/trunk/main/channel.c?view=diff&rev=121284&r1=121283&r2=121284
==============================================================================
--- trunk/main/channel.c (original)
+++ trunk/main/channel.c Mon Jun  9 11:48:26 2008
@@ -1556,9 +1556,11 @@
 int ast_softhangup(struct ast_channel *chan, int cause)
 {
 	int res;
+
 	ast_channel_lock(chan);
 	res = ast_softhangup_nolock(chan, cause);
 	ast_channel_unlock(chan);
+
 	return res;
 }
 




More information about the svn-commits mailing list