summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-05 13:02:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-05 13:02:48 +0000
commitc1a886be7b965524412fc55fdbd5820e4ba6be54 (patch)
tree2103c53704d9176500cbdd4c2b2132121329d01e
parent2007-06-04 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c1a886be7b965524412fc55fdbd5820e4ba6be54.tar.bz2
2007-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/src/coremsg.c: Formatting.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/coremsg.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 32f9f2bf6e..c7e123d12a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * score/src/coremsg.c: Formatting.
+
2007-05-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/include/rtems/score/copyrt.h: Update copyright notice.
diff --git a/cpukit/score/src/coremsg.c b/cpukit/score/src/coremsg.c
index 765d2d5a64..c7fbac609f 100644
--- a/cpukit/score/src/coremsg.c
+++ b/cpukit/score/src/coremsg.c
@@ -55,8 +55,8 @@
boolean _CORE_message_queue_Initialize(
CORE_message_queue_Control *the_message_queue,
CORE_message_queue_Attributes *the_message_queue_attributes,
- uint32_t maximum_pending_messages,
- uint32_t maximum_message_size
+ uint32_t maximum_pending_messages,
+ uint32_t maximum_message_size
)
{
uint32_t message_buffering_required;