mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
Improve coding style
Co-authored-by: Tom Cosgrove <81633263+tom-cosgrove-arm@users.noreply.github.com> Co-authored-by: Werner Lewis <werner.wmlewis@gmail.com> Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
@@ -712,7 +712,7 @@ cleanup:
|
||||
int mbedtls_mpi_write_binary_le( const mbedtls_mpi *X,
|
||||
unsigned char *buf, size_t buflen )
|
||||
{
|
||||
return( mbedtls_mpi_core_write_le( X->p, X->n, buf, buflen) );
|
||||
return( mbedtls_mpi_core_write_le( X->p, X->n, buf, buflen ) );
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user