summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/userextthreadswitch.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:51:53 +0000
commit28352faecf8b000b71f734cd728f38aa212b9669 (patch)
treec8e773b36bf32ba725cc1548e515f2fa9f8ebe96 /cpukit/score/src/userextthreadswitch.c
parentWhitespace removal. (diff)
downloadrtems-28352faecf8b000b71f734cd728f38aa212b9669.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/score/src/userextthreadswitch.c')
-rw-r--r--cpukit/score/src/userextthreadswitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/userextthreadswitch.c b/cpukit/score/src/userextthreadswitch.c
index e7896e79a0..10ab6b6583 100644
--- a/cpukit/score/src/userextthreadswitch.c
+++ b/cpukit/score/src/userextthreadswitch.c
@@ -31,7 +31,7 @@ void _User_extensions_Thread_switch (
{
Chain_Node *the_node;
User_extensions_Switch_control *the_extension_switch;
-
+
for ( the_node = _User_extensions_Switches_list.first ;
!_Chain_Is_tail( &_User_extensions_Switches_list, the_node ) ;
the_node = the_node->next ) {