summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/chg_pri.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 04:00:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-15 04:00:25 +0000
commit7ded4e37a31ddf20c2720730b34b0597f3d2d457 (patch)
tree47b44f90685b414a7389521b6c9ebd116e303295 /cpukit/itron/src/chg_pri.c
parent2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-7ded4e37a31ddf20c2720730b34b0597f3d2d457.tar.bz2
Remove unnecessary white spaces.
Diffstat (limited to 'cpukit/itron/src/chg_pri.c')
-rw-r--r--cpukit/itron/src/chg_pri.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/itron/src/chg_pri.c b/cpukit/itron/src/chg_pri.c
index efbd18ec71..a548535db4 100644
--- a/cpukit/itron/src/chg_pri.c
+++ b/cpukit/itron/src/chg_pri.c
@@ -34,13 +34,13 @@ ER chg_pri(
{
register Thread_Control *the_thread;
Objects_Locations location;
- Priority_Control new_priority;
+ Priority_Control new_priority;
the_thread = _ITRON_Task_Get( tskid, &location );
switch ( location ) {
case OBJECTS_REMOTE:
case OBJECTS_ERROR:
- return _ITRON_Task_Clarify_get_id_error( tskid );
+ return _ITRON_Task_Clarify_get_id_error( tskid );
case OBJECTS_LOCAL:
if (_States_Is_dormant( the_thread->current_state ))
@@ -66,5 +66,3 @@ ER chg_pri(
_ITRON_return_errorno( E_OK );
}
-
-