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

"Michael Lotz" <mmlr@xxxxxxxx> wrote:
> > 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.

I only wondered why you changed that file that formerly fitted our 
coding style quite well.
Anyway, nice changes!

Bye,
   Axel.


Other related posts: