Skip to content

Commit adb6578

Browse files
committed
Fix formatting check
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent 942fa51 commit adb6578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7203,7 +7203,7 @@ static void prvResetNextTaskUnblockTime( void )
72037203
if( xSchedulerRunning != pdFALSE )
72047204
{
72057205
xCoreID = ( BaseType_t ) portGET_CORE_ID();
7206-
7206+
72077207
/* If critical nesting count is zero then this function
72087208
* does not match a previous call to vTaskEnterCritical(). */
72097209
configASSERT( portGET_CRITICAL_NESTING_COUNT( xCoreID ) > 0U );

0 commit comments

Comments
 (0)