[haiku-commits] Re: r38354 - in haiku/trunk: headers/private/graphics/intel_extreme src/add-ons/accelerants/intel_extreme

  • From: Stephan Assmus <superstippi@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 25 Aug 2010 20:54:46 +0200

Hi,

Am 25.08.2010 19:36, schrieb Andreas Färber:
Am 25.08.2010 um 17:43 schrieb Adrien Destugues:
if (intel_propose_display_mode(&target, mode, mode))
return B_BAD_VALUE;
+ // TODO : it may be acceptable to continue when using
panel fitting,
+ // since the data from propose_display_mode will not
actually get any
+ // use

The if block should get parenthesis now, since the comment makes it a
multi-line if-block.
[...]
@Axel: Had it been just for the return line, it should've been indented
another level, no?

Yes.

-Stephan

Other related posts: