[haiku-commits] Re: r34945 - haiku/trunk/src/add-ons/media/plugins/ffmpeg

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 08 Jan 2010 12:56:30 +0100

dlmcpaul@xxxxxxxxx wrote:
> +                             if (cpu.HasSSE2() &&  width % 8 == 0 && height 
> % 2 
> == 0 ) {

Coding style: no two spaces between "&&" and "width", no space before 
')'

Bye,
   Axel.


Other related posts: