Remove extra empty line in multiple files

This commit is contained in:
Ching-Hsin Lee 2024-01-25 17:21:17 +08:00
parent f2eb5e2154
commit b068161117
3 changed files with 0 additions and 3 deletions

View file

@ -398,7 +398,6 @@
xLastTickCount = 0;
xPassedTicks = 0;
}
/*-----------------------------------------------------------*/
#endif /* configUSE_CO_ROUTINES == 0 */

View file

@ -8733,5 +8733,4 @@ void vTaskResetState( void )
}
#endif /* #if ( configGENERATE_RUN_TIME_STATS == 1 ) */
}
/*-----------------------------------------------------------*/

View file

@ -1332,7 +1332,6 @@
xTimerQueue = NULL;
xTimerTaskHandle = NULL;
}
/*-----------------------------------------------------------*/
/* This entire source file will be skipped if the application is not configured