[haiku-commits] Re: r34458 - in haiku/trunk: headers/private/kernel src/system/kernel

  • From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 03 Dec 2009 13:55:13 +0100

coling@xxxxxx wrote:
> +     static void                                     NotifyOne(const void* 
> object,

There should be a tab between "static" and "void" to align the types in 
one column.

> +void
> +ConditionVariable::NotifyOne(const void* object, bool threadsLocked,
[...]
>  /*static*/ void

As can be seen here, we usually mark static methods like this.

Bye,
   Axel.


Other related posts: