Fix code style violation (thanks Axel! ;-)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29733 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2009-03-26 15:26:15 +00:00
parent 880d0bde5a
commit a27b5524c8
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ static struct thread* sRunQueue[B_MAX_CPU_COUNT];
static struct thread* sIdleThreads; static struct thread* sIdleThreads;
static cpu_mask_t sIdleCPUs = 0; static cpu_mask_t sIdleCPUs = 0;
struct affine_scheduler_data : public scheduler_thread_data struct affine_scheduler_data : scheduler_thread_data {
{
affine_scheduler_data(void) affine_scheduler_data(void)
{ {
init(); init();