summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/shared/main_tasksuspend.c
diff options
context:
space:
mode:
Diffstat (limited to 'schedsim/shell/shared/main_tasksuspend.c')
-rw-r--r--schedsim/shell/shared/main_tasksuspend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedsim/shell/shared/main_tasksuspend.c b/schedsim/shell/shared/main_tasksuspend.c
index 9be5d90..6a8a8a4 100644
--- a/schedsim/shell/shared/main_tasksuspend.c
+++ b/schedsim/shell/shared/main_tasksuspend.c
@@ -28,7 +28,7 @@ int rtems_shell_main_task_suspend(
{
rtems_id id;
rtems_status_code status;
-
+
CHECK_RTEMS_IS_UP();
if (argc != 2) {
@@ -50,7 +50,7 @@ int rtems_shell_main_task_suspend(
"Task suspend(%s) returned %s\n",
argv[1],
rtems_status_text( status )
- );
+ );
return -1;
}