Skip to content

Commit 3501bde

Browse files
committed
Fix formatting check
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent e7c632e commit 3501bde

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

queue.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,9 @@ BaseType_t xQueueIsQueueFullFromISR( const QueueHandle_t xQueue )
31913191

31923192
#if ( ( configUSE_QUEUE_SETS == 1 ) && ( configSUPPORT_STATIC_ALLOCATION == 1 ) )
31933193

3194-
QueueSetHandle_t xQueueCreateSetStatic( const UBaseType_t uxEventQueueLength, uint8_t * pucQueueStorage, StaticQueue_t * pxStaticQueue )
3194+
QueueSetHandle_t xQueueCreateSetStatic( const UBaseType_t uxEventQueueLength,
3195+
uint8_t * pucQueueStorage,
3196+
StaticQueue_t * pxStaticQueue )
31953197
{
31963198
QueueSetHandle_t pxQueue;
31973199

0 commit comments

Comments
 (0)