[asterisk-commits] russell: trunk r42684 - /trunk/doc/CODING-GUIDELINES

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Sep 10 21:17:23 MST 2006


Author: russell
Date: Sun Sep 10 23:17:23 2006
New Revision: 42684

URL: http://svn.digium.com/view/asterisk?rev=42684&view=rev
Log:
fix minor typo in coding guidelines

Modified:
    trunk/doc/CODING-GUIDELINES

Modified: trunk/doc/CODING-GUIDELINES
URL: http://svn.digium.com/view/asterisk/trunk/doc/CODING-GUIDELINES?rev=42684&r1=42683&r2=42684&view=diff
==============================================================================
--- trunk/doc/CODING-GUIDELINES (original)
+++ trunk/doc/CODING-GUIDELINES Sun Sep 10 23:17:23 2006
@@ -170,7 +170,7 @@
 indented, by only indenting the shortest case of the 'if'
 statement, like so:
 
-if !(foo) {
+if (!foo) {
 	result = 0;
 	return;
 }



More information about the asterisk-commits mailing list