[asterisk-commits] russell: branch 1.4 r109838 - /branches/1.4/main/utils.c

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


Author: russell
Date: Tue Mar 18 23:06:05 2008
New Revision: 109838

URL: http://svn.digium.com/view/asterisk?view=rev&rev=109838
Log:
Tweak spacing in a recent change because I'm very picky.

Modified:
    branches/1.4/main/utils.c

Modified: branches/1.4/main/utils.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/main/utils.c?view=diff&rev=109838&r1=109837&r2=109838
==============================================================================
--- branches/1.4/main/utils.c (original)
+++ branches/1.4/main/utils.c Tue Mar 18 23:06:05 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