mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-20 04:24:21 +08:00
Style: uncrustify
This commit is contained in:

committed by
alfred gedeon

parent
718178c68a
commit
2c530ba5c3
@@ -373,7 +373,7 @@ void vStreamBufferDelete( StreamBufferHandle_t xStreamBuffer )
|
||||
#if ( configSUPPORT_DYNAMIC_ALLOCATION == 1 )
|
||||
{
|
||||
/* Both the structure and the buffer were allocated using a single call
|
||||
* to pvPortMalloc(), hence only one call to vPortFree() is required. */
|
||||
* to pvPortMalloc(), hence only one call to vPortFree() is required. */
|
||||
vPortFree( ( void * ) pxStreamBuffer ); /*lint !e9087 Standard free() semantics require void *, plus pxStreamBuffer was allocated by pvPortMalloc(). */
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user