mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-19 07:07:53 +00:00
Fix code style
This commit is contained in:
parent
09a24b3dda
commit
c25df6848b
|
@ -63,7 +63,7 @@ int mbedtls_ecdh_can_do( mbedtls_ecp_group_id gid )
|
|||
{
|
||||
/* At this time, all groups support ECDH. */
|
||||
(void) gid;
|
||||
return 1;
|
||||
return( 1 );
|
||||
}
|
||||
|
||||
#if !defined(MBEDTLS_ECDH_GEN_PUBLIC_ALT)
|
||||
|
|
Loading…
Reference in a new issue