[haiku-development] Re: coding style

  • From: Gabriele Biffi <mlist@xxxxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Mon, 03 Mar 2008 10:20:53 +0100

Fredrik Modéen wrote:
How about
if (...) {

} else {

}

but rather use the tighter one
if(...){

}else{

}

No, because it's horrible to look at :-)


Regards,

Gabriele

Other related posts: