Uncrustify: triggered by comment.

This commit is contained in:
GitHub Action 2025-02-19 20:06:55 +00:00
parent 54325540ea
commit 9779830a4a

View file

@ -4771,6 +4771,7 @@ BaseType_t xTaskIncrementTick( void )
* the first task is created and therefore pxDelayedTaskList is * the first task is created and therefore pxDelayedTaskList is
* still not set */ * still not set */
configASSERT( pxDelayedTaskList != NULL ); configASSERT( pxDelayedTaskList != NULL );
if( listLIST_IS_EMPTY( pxDelayedTaskList ) != pdFALSE ) if( listLIST_IS_EMPTY( pxDelayedTaskList ) != pdFALSE )
{ {
/* The delayed list is empty. Set xNextTaskUnblockTime /* The delayed list is empty. Set xNextTaskUnblockTime