commit | 6469fdfb0aa44da4ccb7e55a692deaf02a9bf14c | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Tue Oct 25 12:46:13 2022 +0100 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Tue Oct 25 16:29:58 2022 +0100 |
tree | d929f2774ed71b7f98ab05e23ed1bd0a7558f088 | |
parent | 82f131063a871f40f9cd06ceb59735530514f4ef [diff] [blame] |
Fix whitespace issue spotted in review Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/bignum.c b/library/bignum.c index f30df2b..d33f07c 100644 --- a/library/bignum.c +++ b/library/bignum.c
@@ -895,7 +895,7 @@ mbedtls_mpi_uint *p = X->p; - mbedtls_mpi_uint c = mbedtls_mpi_core_add( p, p, B->p, j); + mbedtls_mpi_uint c = mbedtls_mpi_core_add( p, p, B->p, j ); p += j;