Skip to content

Commit 3ae19e3

Browse files
committed
Fix formatting
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
1 parent faa2878 commit 3ae19e3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

include/FreeRTOS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@
772772
/* Extended version of traceQUEUE_SEND that also reports the copy position
773773
* of the sent data. */
774774
#ifndef traceQUEUE_SEND_EXT
775-
#define traceQUEUE_SEND_EXT( pxQueue, xCopyPosition ) traceQUEUE_SEND( pxQueue )
775+
#define traceQUEUE_SEND_EXT( pxQueue, xCopyPosition ) traceQUEUE_SEND( pxQueue )
776776
#endif
777777

778778
#ifndef traceQUEUE_SEND_FAILED
@@ -806,7 +806,7 @@
806806
/* Extended version of traceQUEUE_SEND_FROM_ISR that also reports the copy
807807
* position of the sent data. */
808808
#ifndef traceQUEUE_SEND_FROM_ISR_EXT
809-
#define traceQUEUE_SEND_FROM_ISR_EXT( pxQueue, xCopyPosition ) traceQUEUE_SEND_FROM_ISR( pxQueue )
809+
#define traceQUEUE_SEND_FROM_ISR_EXT( pxQueue, xCopyPosition ) traceQUEUE_SEND_FROM_ISR( pxQueue )
810810
#endif
811811

812812
#ifndef traceQUEUE_SEND_FROM_ISR_FAILED

queue.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,6 @@ BaseType_t xQueueGenericReset( QueueHandle_t xQueue,
315315
/* Check for multiplication overflow. */
316316
( ( SIZE_MAX / pxQueue->uxLength ) >= pxQueue->uxItemSize ) )
317317
{
318-
319318
traceQUEUE_RESET( pxQueue, xNewQueue );
320319

321320
taskENTER_CRITICAL();

0 commit comments

Comments
 (0)