Skip to content

Commit de64764

Browse files
committed
Minor formatting
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent a041404 commit de64764

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform/posix/transport/src/openssl_posix.c

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

0 commit comments

Comments
 (0)