lsmith Sun Nov 11 22:12:06 2007 UTC Modified files: (Branch: PHP_5_3) /php-src CODING_STANDARDS Log: - MFH typo fix by Jon http://cvs.php.net/viewvc.cgi/php-src/CODING_STANDARDS?r1=1.32.4.3.2.1.2.1&r2=1.32.4.3.2.1.2.2&diff_format=u Index: php-src/CODING_STANDARDS diff -u php-src/CODING_STANDARDS:1.32.4.3.2.1.2.1 php-src/CODING_STANDARDS:1.32.4.3.2.1.2.2 --- php-src/CODING_STANDARDS:1.32.4.3.2.1.2.1 Sun Nov 11 16:30:35 2007 +++ php-src/CODING_STANDARDS Sun Nov 11 22:12:06 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