Skip to content

Commit df49df2

Browse files
committed
Fix formatting
1 parent e6b7bc9 commit df49df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FreeRTOS_Sockets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3926,7 +3926,7 @@ void vSocketWakeUpUser( FreeRTOS_Socket_t * pxSocket )
39263926
}
39273927
( void ) xTaskResumeAll();
39283928

3929-
if( pxClientSocket != NULL && pxParentSocket->u.xTCP.bits.bReuseSocket == pdFALSE_UNSIGNED )
3929+
if( ( pxClientSocket != NULL ) && ( pxParentSocket->u.xTCP.bits.bReuseSocket == pdFALSE_UNSIGNED ) )
39303930
{
39313931
FreeRTOS_printf( ( "prvAcceptWaitClient: client %p parent %p\n",
39323932
( void * ) pxClientSocket, ( void * ) pxParentSocket ) );

0 commit comments

Comments
 (0)