File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ static CellularPktStatus_t _Cellular_DataSendWithTimeoutDelayRaw( CellularContex
7272static void _Cellular_PktHandlerAcquirePktRequestMutex ( CellularContext_t * pContext );
7373static void _Cellular_PktHandlerReleasePktRequestMutex ( CellularContext_t * pContext );
7474static int _searchCompareFunc ( const void * pInputToken ,
75- const void * pBase );
75+ const void * pBase );
7676static int32_t _sortCompareFunc ( const void * pElem1Ptr ,
7777 const void * pElem2Ptr );
7878static 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] */
366366static 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 */
You can’t perform that action at this time.
0 commit comments