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:
parent
b7a88eca42
commit
ca5688e10c
3 changed files with 9 additions and 6 deletions
|
@ -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 ) );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue