summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/mqueuetranslatereturncode.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 10:01:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 10:01:03 +0000
commit874297f3bea7761cf05ae26540b7a9e21d4a6e1d (patch)
tree3f514864e20beb9becc81d77053abec90d281a1a /cpukit/posix/src/mqueuetranslatereturncode.c
parentRemove stray white spaces. (diff)
downloadrtems-874297f3bea7761cf05ae26540b7a9e21d4a6e1d.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/posix/src/mqueuetranslatereturncode.c')
-rw-r--r--cpukit/posix/src/mqueuetranslatereturncode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/src/mqueuetranslatereturncode.c b/cpukit/posix/src/mqueuetranslatereturncode.c
index 95175afcc2..74e67d0cf7 100644
--- a/cpukit/posix/src/mqueuetranslatereturncode.c
+++ b/cpukit/posix/src/mqueuetranslatereturncode.c
@@ -1,5 +1,5 @@
/*
- * POSIX Message Queue Error Translation
+ * POSIX Message Queue Error Translation
*
*
* COPYRIGHT (c) 1989-1999.
@@ -41,7 +41,7 @@
* rtems status code - translated POSIX status code
*
*/
-
+
int _POSIX_Message_queue_Translate_core_message_queue_return_code(
uint32_t the_message_queue_status
)
@@ -81,7 +81,7 @@ int _POSIX_Message_queue_Translate_core_message_queue_return_code(
return EBADF;
/*
- * POSIX Real-Time Extensions add timeouts to send and receive.
+ * POSIX Real-Time Extensions add timeouts to send and receive.
*/
case CORE_MESSAGE_QUEUE_STATUS_TIMEOUT:
return ETIMEDOUT;