summaryrefslogtreecommitdiffstats
path: root/cpukit/itron/src/snd_mbx.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/snd_mbx.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/snd_mbx.c')
-rw-r--r--cpukit/itron/src/snd_mbx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/itron/src/snd_mbx.c b/cpukit/itron/src/snd_mbx.c
index 6d1abb5e41..f257ab3b41 100644
--- a/cpukit/itron/src/snd_mbx.c
+++ b/cpukit/itron/src/snd_mbx.c
@@ -64,7 +64,7 @@ ER snd_msg(
break;
}
- _ITRON_return_errorno(
+ _ITRON_return_errorno(
_ITRON_Mailbox_Translate_core_message_queue_return_code( msg_status )
);
}