[haiku-commits] Re: r33417 - in haiku/trunk/src: kits/app servers/app servers/app/drawing servers/app/drawing/remote

  • From: "Michael Lotz" <mmlr@xxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 05 Oct 2009 16:35:11

> mmlr@xxxxxxxx wrote:
> > public:
> >                                                     
> > DrawingEngine(HWInterface* 
> > interface = 
> > NULL);
> > -   virtual                                 ~DrawingEngine();
> > +virtual                                            ~DrawingEngine();
> 
> Not sure why you are doing this, but the "virtual" keyword is 
> supposed 
> to be indented.

That'd be how I usually do the columns. Virtual, static, inline go to 
the first column there, the type on the normal one. This way the types 
can stay where they are even if you put a virtual or static in front of 
them.

Regards
Michael

Other related posts: