[asterisk-commits] russell: trunk r85998 - in /trunk: ./ include/asterisk/lock.h

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Oct 16 17:36:59 CDT 2007


Author: russell
Date: Tue Oct 16 17:36:58 2007
New Revision: 85998

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

........
r85997 | russell | 2007-10-16 17:36:16 -0500 (Tue, 16 Oct 2007) | 1 line

really picky formatting tweak ...
........

Modified:
    trunk/   (props changed)
    trunk/include/asterisk/lock.h

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

Modified: trunk/include/asterisk/lock.h
URL: http://svn.digium.com/view/asterisk/trunk/include/asterisk/lock.h?view=diff&rev=85998&r1=85997&r2=85998
==============================================================================
--- trunk/include/asterisk/lock.h (original)
+++ trunk/include/asterisk/lock.h Tue Oct 16 17:36:58 2007
@@ -284,8 +284,8 @@
 	t->file[0] = filename;
 	t->lineno[0] = lineno;
 	t->func[0] = func;
-	t->reentrancy=0;
-	t->thread[0]  = 0;
+	t->reentrancy = 0;
+	t->thread[0] = 0;
 	reentrancy_unlock_cs(t);
 	delete_reentrancy_cs(t);
 




More information about the asterisk-commits mailing list