Skip to content

Commit d3e8499

Browse files
actions-usertony-josi-aws
authored andcommitted
Uncrustify: triggered by comment
1 parent a566cc2 commit d3e8499

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

source/FreeRTOS_Sockets.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -879,11 +879,7 @@ Socket_t FreeRTOS_socket( BaseType_t xDomain,
879879
EventBits_t FreeRTOS_FD_ISSET( const ConstSocket_t xSocket,
880880
const ConstSocketSet_t xSocketSet )
881881
{
882-
883-
884-
885-
886-
EventBits_t xReturn;
882+
EventBits_t xReturn;
887883
const FreeRTOS_Socket_t * pxSocket = ( const FreeRTOS_Socket_t * ) xSocket;
888884

889885
configASSERT( pxSocket != NULL );

0 commit comments

Comments
 (0)