summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/task.c')
-rw-r--r--cpukit/itron/src/task.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/itron/src/task.c b/cpukit/itron/src/task.c
index 7190a2c343..2fcb3a3a0a 100644
--- a/cpukit/itron/src/task.c
+++ b/cpukit/itron/src/task.c
@@ -66,7 +66,7 @@ User_extensions_routine _ITRON_Task_Delete_extension(
)
{
(void) _Workspace_Free( deleted->API_Extensions[ THREAD_API_ITRON ] );
-
+
deleted->API_Extensions[ THREAD_API_ITRON ] = NULL;
}
@@ -95,7 +95,7 @@ void _ITRON_Task_Initialize_user_tasks( void )
return;
for ( index=0 ; index < maximum ; index++ ) {
-
+
return_value = cre_tsk(
user_tasks[ index ].id,
&user_tasks[ index ].attributes
@@ -136,8 +136,8 @@ ER _ITRON_Delete_task(
}
/*
- * At this point in time, the ITRON API does not need any other
- * extensions. See the POSIX and RTEMS API extensions for
+ * At this point in time, the ITRON API does not need any other
+ * extensions. See the POSIX and RTEMS API extensions for
* examples of how they can be used.
*/