Rename include, use spaces instead of tabs

This commit is contained in:
Jeroen Domburg
2016-10-09 15:32:08 +08:00
parent 82df5f9aa0
commit df31bb8dfc
3 changed files with 181 additions and 148 deletions

View File

@@ -3342,7 +3342,6 @@ TCB_t *pxNewTCB;
BaseType_t xTaskGetAffinity( TaskHandle_t xTask )
{
TCB_t *pxTCB;
UBaseType_t uxReturn;
pxTCB = prvGetTCBFromHandle( xTask );