[haiku-commits] Re: r35092 - haiku/trunk/src/apps/activitymonitor

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 16 Jan 2010 10:47:36 +0100

stpere@xxxxxxxxx wrote:
> +     int32 boldMargin = Parent() &&
> +             (Parent()->Flags() & B_DRAW_ON_CHILDREN) != 0 ? 2 : 0;

And a new style violation: the "&&" goes to the next line :-)

Bye,
   Axel.


Other related posts: