commit | 66d5d076f754507e1746597a337053e2f7e64cf7 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 17 16:39:18 2014 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jun 17 17:06:47 2014 +0200 |
tree | defe06a26443ff41ca0af7e21283989c356b37ec | |
parent | db20c10423883f357f5cebc12a29cec4b16e95be [diff] [blame] |
Fix formatting in various code to match spacing from coding style
diff --git a/library/ecdh.c b/library/ecdh.c index 738d99f..b93d82e 100644 --- a/library/ecdh.c +++ b/library/ecdh.c
@@ -101,13 +101,13 @@ return; ecp_group_free( &ctx->grp ); - mpi_free ( &ctx->d ); ecp_point_free( &ctx->Q ); ecp_point_free( &ctx->Qp ); - mpi_free ( &ctx->z ); ecp_point_free( &ctx->Vi ); ecp_point_free( &ctx->Vf ); - mpi_free ( &ctx->_d ); + mpi_free( &ctx->d ); + mpi_free( &ctx->z ); + mpi_free( &ctx->_d ); } /*