Trying to remove whitespace change in Queue.c from this PR

This commit is contained in:
Cobus van Eeden 2020-05-01 15:22:33 -07:00 committed by GitHub
parent adf6e9ee0c
commit 7e116d5ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1082,7 +1082,7 @@ Queue_t * const pxQueue = xQueue;
{
mtCOVERAGE_TEST_MARKER();
}
/* Not used in this path. */
( void ) uxPreviousMessagesWaiting;
}