From 3501bde7d09e626f3bf6d9260f9f69f8f2992056 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Wed, 22 Jan 2025 07:22:01 +0000 Subject: [PATCH] Fix formatting check Signed-off-by: Gaurav Aggarwal --- queue.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/queue.c b/queue.c index 91fa78dd0..1e6417527 100644 --- a/queue.c +++ b/queue.c @@ -3191,7 +3191,9 @@ BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue ) #if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) ) - QueueSetHandle_t xQueueCreateSetStatic( const UBaseType_t uxEventQueueLength, uint8_t * pucQueueStorage, StaticQueue_t * pxStaticQueue ) + QueueSetHandle_t xQueueCreateSetStatic( const UBaseType_t uxEventQueueLength, + uint8_t * pucQueueStorage, + StaticQueue_t * pxStaticQueue ) { QueueSetHandle_t pxQueue;