Skip to content

Commit 4f3d6bd

Browse files
committed
Fix formatting
1 parent 575307c commit 4f3d6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/cellular_pkthandler.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ static CellularPktStatus_t _Cellular_DataSendWithTimeoutDelayRaw( CellularContex
7272
static void _Cellular_PktHandlerAcquirePktRequestMutex( CellularContext_t * pContext );
7373
static void _Cellular_PktHandlerReleasePktRequestMutex( CellularContext_t * pContext );
7474
static int _searchCompareFunc( const void * pInputToken,
75-
const void * pBase );
75+
const void * pBase );
7676
static int32_t _sortCompareFunc( const void * pElem1Ptr,
7777
const void * pElem2Ptr );
7878
static CellularPktStatus_t _atParseGetHandler( CellularContext_t * pContext,
@@ -364,7 +364,7 @@ static void _Cellular_PktHandlerReleasePktRequestMutex( CellularContext_t * pCon
364364
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/blob/main/MISRA.md#directive-46 */
365365
/* coverity[misra_c_2012_directive_4_6_violation] */
366366
static int _searchCompareFunc( const void * pInputToken,
367-
const void * pBase )
367+
const void * pBase )
368368
{
369369
/* MISRA Ref 4.6. [Basic numerical type] */
370370
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Cellular-Interface/blob/main/MISRA.md#directive-46 */

0 commit comments

Comments
 (0)