Skip to content

Commit 073e2ce

Browse files
author
Ubuntu
committed
Fix queue.c format
1 parent d5024ea commit 073e2ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

queue.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,9 @@ BaseType_t xQueueGenericReset( QueueHandle_t xQueue,
462462
*ppucQueueStorage = ( uint8_t * ) pxQueue->pcHead;
463463
}
464464

465-
/* MISRA Ref 11.3.1 [Misaligned access] */
466-
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-113 */
467-
/* coverity[misra_c_2012_rule_11_3_violation] */
465+
/* MISRA Ref 11.3.1 [Misaligned access] */
466+
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-113 */
467+
/* coverity[misra_c_2012_rule_11_3_violation] */
468468
*ppxStaticQueue = ( StaticQueue_t * ) pxQueue;
469469
xReturn = pdTRUE;
470470
}

0 commit comments

Comments
 (0)