From 7e116d5ba94f34bb13c868839f0422a6b021af3b Mon Sep 17 00:00:00 2001 From: Cobus van Eeden <35851496+cobusve@users.noreply.github.com> Date: Fri, 1 May 2020 15:22:33 -0700 Subject: [PATCH] Trying to remove whitespace change in Queue.c from this PR --- queue.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue.c b/queue.c index 8b46da06a..14ad01ec9 100644 --- a/queue.c +++ b/queue.c @@ -1082,7 +1082,7 @@ Queue_t * const pxQueue = xQueue; { mtCOVERAGE_TEST_MARKER(); } - + /* Not used in this path. */ ( void ) uxPreviousMessagesWaiting; }