jon Sun Nov 11 20:27:25 2007 UTC Modified files: /php-src CODING_STANDARDS Log: s/Ident/Indent http://cvs.php.net/viewvc.cgi/php-src/CODING_STANDARDS?r1=1.37&r2=1.38&diff_format=u Index: php-src/CODING_STANDARDS diff -u php-src/CODING_STANDARDS:1.37 php-src/CODING_STANDARDS:1.38 --- php-src/CODING_STANDARDS:1.37 Sun Nov 11 16:29:54 2007 +++ php-src/CODING_STANDARDS Sun Nov 11 20:27:25 2007 @@ -181,9 +181,9 @@ of PHP or one of its standard modules, please maintain the K&R style. This applies to just about everything, starting with indentation and comment styles and up to function declaration - syntax. Also see Identstyle_. + syntax. Also see Indentstyle_. -.. _Identstyle: http://www.catb.org/~esr/jargon/html/I/indent-style.html +.. _Indentstyle: http://www.catb.org/~esr/jargon/html/I/indent-style.html 3. Be generous with whitespace and braces. Keep one empty line between the variable declaration section and the statements in a block, as well as
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php