Hi,

no big issue but a quick reminder:

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