[asterisk-commits] russell: trunk r109839 - in /trunk: ./ main/utils.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Mar 18 23:06:31 CDT 2008


Author: russell
Date: Tue Mar 18 23:06:31 2008
New Revision: 109839

URL: http://svn.digium.com/view/asterisk?view=rev&rev=109839
Log:
Merged revisions 109838 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r109838 | russell | 2008-03-18 23:06:05 -0500 (Tue, 18 Mar 2008) | 2 lines

Tweak spacing in a recent change because I'm very picky.

........

Modified:
    trunk/   (props changed)
    trunk/main/utils.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.

Modified: trunk/main/utils.c
URL: http://svn.digium.com/view/asterisk/trunk/main/utils.c?view=diff&rev=109839&r1=109838&r2=109839
==============================================================================
--- trunk/main/utils.c (original)
+++ trunk/main/utils.c Tue Mar 18 23:06:31 2008
@@ -611,7 +611,7 @@
 		return;
 	}
 
-	if (i && lock_info->locks[i-1].pending == -1) {
+	if (i && lock_info->locks[i - 1].pending == -1) {
 		/* The last lock on the list was one that this thread tried to lock but
 		 * failed at doing so.  It has now moved on to something else, so remove
 		 * the old lock from the list. */




More information about the asterisk-commits mailing list