[asterisk-commits] russell: branch 1.4 r85997 - /branches/1.4/include/asterisk/lock.h

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


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

URL: http://svn.digium.com/view/asterisk?view=rev&rev=85997
Log:
really picky formatting tweak ...

Modified:
    branches/1.4/include/asterisk/lock.h

Modified: branches/1.4/include/asterisk/lock.h
URL: http://svn.digium.com/view/asterisk/branches/1.4/include/asterisk/lock.h?view=diff&rev=85997&r1=85996&r2=85997
==============================================================================
--- branches/1.4/include/asterisk/lock.h (original)
+++ branches/1.4/include/asterisk/lock.h Tue Oct 16 17:36:16 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