From 874297f3bea7761cf05ae26540b7a9e21d4a6e1d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 16 Apr 2004 10:01:03 +0000 Subject: Remove stray white spaces. --- cpukit/posix/include/mqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/posix/include/mqueue.h') diff --git a/cpukit/posix/include/mqueue.h b/cpukit/posix/include/mqueue.h index 8d117862ea..0b1b834f82 100644 --- a/cpukit/posix/include/mqueue.h +++ b/cpukit/posix/include/mqueue.h @@ -68,7 +68,7 @@ int mq_send( mqd_t mqdes, const char *msg_ptr, size_t msg_len, - unsigned int msg_prio + unsigned int msg_prio ); #if defined(_POSIX_TIMEOUTS) @@ -113,7 +113,7 @@ int mq_timedreceive( /* XXX: should this be ssize_t */ #if defined(_POSIX_REALTIME_SIGNALS) /* - * 15.2.6 Notify Process that a Message is Available on a Queue, + * 15.2.6 Notify Process that a Message is Available on a Queue, * P1003.1b-1993, p. 280 */ -- cgit v1.2.3