mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 13:45:00 -05:00
Formatting fix
This commit is contained in:
parent
92bd6c5156
commit
0ae52db761
1 changed files with 1 additions and 1 deletions
2
list.c
2
list.c
|
|
@ -130,7 +130,7 @@ void vListInsertEnd( List_t * const pxList,
|
|||
/* Remember which list the item is in. */
|
||||
pxNewListItem->pxContainer = pxList;
|
||||
|
||||
(pxList->uxNumberOfItems ) += 1U;
|
||||
( pxList->uxNumberOfItems ) += 1U;
|
||||
|
||||
traceRETURN_vListInsertEnd();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue