mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Fix code styling for return statements
This commit is contained in:
@ -175,7 +175,7 @@ int entropy_update_manual( entropy_context *ctx,
|
||||
return( POLARSSL_ERR_THREADING_MUTEX_ERROR );
|
||||
#endif
|
||||
|
||||
return ( ret );
|
||||
return( ret );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user