Formatting only.

This commit is contained in:
Richard Barry 2009-05-19 10:34:57 +00:00
parent 4c232cdc4e
commit 886be58c58

View File

@ -814,7 +814,7 @@ signed portCHAR *pcOriginalReadPosition;
{
taskENTER_CRITICAL();
{
/* Is there space on the queue now? To be running we must be
/* Is there data in the queue now? To be running we must be
the highest priority task wanting to access the queue. */
if( pxQueue->uxMessagesWaiting > ( unsigned portBASE_TYPE ) 0 )
{