2010/11/18 Johannes Schlüter <johan...@schlueters.de>:
> Hi,
>
> no big issue but a quick reminder:

Yes I know there is some part of the code which does not respect the
standard. I've already started to pass all this and correct, work in
progress.

>
> On Thu, 2010-11-11 at 23:27 +0000, Jérôme Loyet wrote:
>> +               if (free) efree(filename);
>
> CODING_STANDARDS says:
>
>        Syntax and indentation
>        ----------------------
>        [...]
>        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
>            between logical statement groups in a block.  Maintain at least 
> one empty
>            line between two functions, preferably two.  Always prefer::
>
>            if (foo) {
>                bar;
>            }
>
>            to:
>
>            if(foo)bar;
>
> johannes
>
>
>

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to