Hi,

After discussion with the CERN team, we agreed to change this

function example () {
        print "bla";
}

if (1 != 1) {
        print "blo";
}

to


function example () 
{
        print "bla";
}

if (1 != 1) 
{
        print "blo";
}

Which has the advantage of putting the corresponding { } on the same
column. I think this is the GNU recommandation. If I'm mistaking,
please tell me.

So in future, if you agree, we we'll respect this coding style.


-- 
Mathieu Roy
 
  Homepage:
    http://yeupou.coleumes.org
  Not a native english speaker: 
    http://stock.coleumes.org/doc.php?i=/misc-files/flawed-english


Reply via email to