diff options
author | Jon Parise <jon@php.net> | 2007-11-11 20:27:25 (GMT) |
---|---|---|
committer | Jon Parise <jon@php.net> | 2007-11-11 20:27:25 (GMT) |
commit | 3fdf381151598e42c8b422e23f38220b226a887a (patch) | |
tree | fa74fbe57879b1ddb0d3cd46e9b8780cf6672d42 /CODING_STANDARDS | |
parent | 220672bae57bb37f6f9705dcf87b58bfd8fe93fd (diff) | |
download | php-3fdf381151598e42c8b422e23f38220b226a887a.tar.gz |
s/Ident/Indent
Diffstat (limited to 'CODING_STANDARDS')
-rw-r--r-- | CODING_STANDARDS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CODING_STANDARDS b/CODING_STANDARDS index 18d4c04..27bcb10 100644 --- a/CODING_STANDARDS +++ b/CODING_STANDARDS @@ -181,9 +181,9 @@ Syntax and indentation 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 |