mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Fix missing newline
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
5cab9dafb7
commit
eb8570f174
|
|
@ -1086,4 +1086,4 @@ exit:
|
||||||
mbedtls_ecp_group_free( &grp );
|
mbedtls_ecp_group_free( &grp );
|
||||||
mbedtls_mpi_free( &expected_n );
|
mbedtls_mpi_free( &expected_n );
|
||||||
}
|
}
|
||||||
/* END_CASE */
|
/* END_CASE */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue