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:
parent
880d0bde5a
commit
a27b5524c8
@ -40,8 +40,7 @@ static struct thread* sRunQueue[B_MAX_CPU_COUNT];
|
||||
static struct thread* sIdleThreads;
|
||||
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)
|
||||
{
|
||||
init();
|
||||
|
Loading…
Reference in New Issue
Block a user