mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-04 22:12:16 +00:00
ECP: remove extra whitespaces
This commit is contained in:
parent
52ff8e9387
commit
f607813f53
|
@ -742,7 +742,7 @@ int mbedtls_ecp_point_write_binary( const mbedtls_ecp_group *grp,
|
||||||
{
|
{
|
||||||
*olen = plen;
|
*olen = plen;
|
||||||
if( buflen < *olen )
|
if( buflen < *olen )
|
||||||
return( MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL );
|
return( MBEDTLS_ERR_ECP_BUFFER_TOO_SMALL );
|
||||||
|
|
||||||
MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary_le( &P->X, buf, plen ) );
|
MBEDTLS_MPI_CHK( mbedtls_mpi_write_binary_le( &P->X, buf, plen ) );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue