From adb6578eef0c6147dd649e6600af9f1100d6aa13 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Tue, 17 Dec 2024 11:07:47 +0000 Subject: [PATCH] Fix formatting check Signed-off-by: Gaurav Aggarwal --- tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.c b/tasks.c index 104d0376d..7d9c87585 100644 --- a/tasks.c +++ b/tasks.c @@ -7203,7 +7203,7 @@ static void prvResetNextTaskUnblockTime( void ) if( xSchedulerRunning != pdFALSE ) { xCoreID = ( BaseType_t ) portGET_CORE_ID(); - + /* If critical nesting count is zero then this function * does not match a previous call to vTaskEnterCritical(). */ configASSERT( portGET_CRITICAL_NESTING_COUNT( xCoreID ) > 0U );