[Haiku-commits] r29721 - in haiku/trunk: headers/private/kernel src/system/kernel src/system/kernel/scheduler
Axel Dörfler
axeld at pinc-software.de
Thu Mar 26 16:23:57 CET 2009
Rene Gollent <anevilyak at gmail.com> wrote:
> On Thu, Mar 26, 2009 at 10:07 AM, Axel Dörfler <axeld at pinc-software.de>
> > wrote:
> > anevilyak at BerliOS <anevilyak at mail.berlios.de> wrote:
> >> Review welcome.
> > [...]
> >> +struct affine_scheduler_data : public scheduler_thread_data
> >> +{
> > Other than this coding style problem (and that structs always
> > inherit
> > public automatically), the rest looks fine.
> Which styling problem?
Even when pointed to... ;-)
The opening bracket goes to the same line as the struct, as in:
struct affine_scheduler_data : scheduler_thread_data {
Bye,
Axel.
More information about the Haiku-commits
mailing list