mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-12 00:57:44 -04:00
Trying to remove whitespace change in Queue.c from this PR
This commit is contained in:
parent
adf6e9ee0c
commit
7e116d5ba9
1 changed files with 1 additions and 1 deletions
2
queue.c
2
queue.c
|
@ -1082,7 +1082,7 @@ Queue_t * const pxQueue = xQueue;
|
||||||
{
|
{
|
||||||
mtCOVERAGE_TEST_MARKER();
|
mtCOVERAGE_TEST_MARKER();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Not used in this path. */
|
/* Not used in this path. */
|
||||||
( void ) uxPreviousMessagesWaiting;
|
( void ) uxPreviousMessagesWaiting;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue