summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-11-16 17:13:55 +0000
committerRichardBarry <RichardBarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-11-16 17:13:55 +0000
commit9d5c7f711203950d479c8df55cb64a4d7724f1d3 (patch)
tree5b33cf5d2e3bcafdaf875509f7474745b2a82d1c
parent3b84d1a580217fd1cc31b8df969912368f763eba (diff)
downloadfreertos-9d5c7f711203950d479c8df55cb64a4d7724f1d3.tar.gz
freertos-9d5c7f711203950d479c8df55cb64a4d7724f1d3.tar.bz2
freertos-9d5c7f711203950d479c8df55cb64a4d7724f1d3.tar.xz
Removed unwanted white space at the end of a macro continuation.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@547 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
-rw-r--r--Demo/Common/Minimal/IntQueue.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/Demo/Common/Minimal/IntQueue.c b/Demo/Common/Minimal/IntQueue.c
index b225799d..06da892e 100644
--- a/Demo/Common/Minimal/IntQueue.c
+++ b/Demo/Common/Minimal/IntQueue.c
@@ -131,7 +131,7 @@ from within the interrupts. */
uxSavedInterruptStatus = portSET_INTERRUPT_MASK_FROM_ISR(); \
{ \
uxValueForNormallyFullQueue++; \
- xQueueSendFromISR( xNormallyFullQueue, ( void * ) &uxValueForNormallyFullQueue, &xHigherPriorityTaskWoken ); \
+ xQueueSendFromISR( xNormallyFullQueue, ( void * ) &uxValueForNormallyFullQueue, &xHigherPriorityTaskWoken ); \
} \
portCLEAR_INTERRUPT_MASK_FROM_ISR( uxSavedInterruptStatus ); \
} \
@@ -419,7 +419,7 @@ portBASE_TYPE xQueueStatus;
portENTER_CRITICAL();
{
uxValueForNormallyEmptyQueue++;
- uxValue = uxValueForNormallyEmptyQueue;
+ uxValue = uxValueForNormallyEmptyQueue;
}
portEXIT_CRITICAL();
@@ -449,7 +449,7 @@ portBASE_TYPE xQueueStatus;
portENTER_CRITICAL();
{
uxValueForNormallyFullQueue++;
- uxValueToTx = uxValueForNormallyFullQueue;
+ uxValueToTx = uxValueForNormallyFullQueue;
}
portEXIT_CRITICAL();
@@ -461,7 +461,7 @@ portBASE_TYPE xQueueStatus;
portENTER_CRITICAL();
{
uxValueForNormallyFullQueue++;
- uxValueToTx = uxValueForNormallyFullQueue;
+ uxValueToTx = uxValueForNormallyFullQueue;
}
portEXIT_CRITICAL();
@@ -539,7 +539,7 @@ portBASE_TYPE xQueueStatus;
portENTER_CRITICAL();
{
uxValueForNormallyFullQueue++;
- uxValueToTx = uxValueForNormallyFullQueue;
+ uxValueToTx = uxValueForNormallyFullQueue;
}
portEXIT_CRITICAL();
@@ -551,7 +551,7 @@ portBASE_TYPE xQueueStatus;
portENTER_CRITICAL();
{
uxValueForNormallyFullQueue++;
- uxValueToTx = uxValueForNormallyFullQueue;
+ uxValueToTx = uxValueForNormallyFullQueue;
}
portEXIT_CRITICAL();