summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/get_tid.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/itron/src/get_tid.c')
-rw-r--r--cpukit/itron/src/get_tid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/itron/src/get_tid.c b/cpukit/itron/src/get_tid.c
index baf7609921..e455179fe1 100644
--- a/cpukit/itron/src/get_tid.c
+++ b/cpukit/itron/src/get_tid.c
@@ -35,8 +35,7 @@ ER get_tid(
* This does not support multiprocessing. The id handling will have
* to be enhanced to support multiprocessing.
*/
-
+
*p_tskid = _Objects_Get_index( _Thread_Executing->Object.id );
return E_OK;
}
-