Skip to content

Commit 0621ce4

Browse files
committed
Fix formatting check
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent de64764 commit 0621ce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platform/posix/transport/src/openssl_posix.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ OpensslStatus_t Openssl_Connect( NetworkContext_t * pNetworkContext,
694694
if( returnStatus != OPENSSL_SUCCESS )
695695
{
696696
LogError( ( "Failed to establish a TLS connection." ) );
697+
697698
if( socketStatus == SOCKETS_SUCCESS )
698699
{
699700
Sockets_Disconnect( pOpensslParams->socketDescriptor );

0 commit comments

Comments
 (0)