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

  • From: Colin Günther <coling@xxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 03 Dec 2009 14:06:43 +0100

Axel Dörfler schrieb:
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.



Fixed in r34462. Thank you.

Other related posts: