summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c')
-rw-r--r--schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c b/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
index f9edf80..0c5fc9a 100644
--- a/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
+++ b/schedsim/shell/schedsim_smpsimple/main_dump_ready_tasks.c
@@ -31,7 +31,7 @@ int main_dump_ready_tasks(int argc, char **argv)
Chain_Node *n;
Thread_Control *t;
- Scheduler_simple_SMP_Context * self =
+ Scheduler_simple_SMP_Context * self =
(Scheduler_simple_SMP_Context *) _Scheduler_Table[0].context;
/* We don't support this yet */
@@ -48,6 +48,6 @@ int main_dump_ready_tasks(int argc, char **argv)
);
}
printf( "=== End of Ready Set of Threads\n" );
-
+
return 0;
}