Changeset 89184f9 in rtems


Ignore:
Timestamp:
01/06/00 15:31:24 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
98c875a1
Parents:
bd177b7b
Message:

Corrected spacing.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/score/src/coremsgsubmit.c

    rbd177b7b r89184f9  
    7474     
    7575  the_thread = _Thread_queue_Dequeue( &the_message_queue->Wait_queue );
    76   if ( the_thread )
    77   {
     76  if ( the_thread ) {
    7877    _CORE_message_queue_Copy_buffer(
    7978      buffer,
     
    103102
    104103  the_message = _CORE_message_queue_Allocate_message_buffer(the_message_queue);
    105   if ( the_message == 0)
     104  if ( the_message == 0 )
    106105    return CORE_MESSAGE_QUEUE_STATUS_UNSATISFIED;
    107106
  • cpukit/score/src/coremsgsubmit.c

    rbd177b7b r89184f9  
    7474     
    7575  the_thread = _Thread_queue_Dequeue( &the_message_queue->Wait_queue );
    76   if ( the_thread )
    77   {
     76  if ( the_thread ) {
    7877    _CORE_message_queue_Copy_buffer(
    7978      buffer,
     
    103102
    104103  the_message = _CORE_message_queue_Allocate_message_buffer(the_message_queue);
    105   if ( the_message == 0)
     104  if ( the_message == 0 )
    106105    return CORE_MESSAGE_QUEUE_STATUS_UNSATISFIED;
    107106
Note: See TracChangeset for help on using the changeset viewer.