Remove trailing whitespace in test_suite_x509parse.function

This commit is contained in:
Hanno Becker 2019-03-28 17:06:47 +00:00
parent fa738d148d
commit 3f932bbc5d

View file

@ -467,7 +467,7 @@ void x509_verify_ca_cb_failure( char *crt_file, char *ca_file, char *name,
mbedtls_x509_crt crt;
mbedtls_x509_crt ca;
uint32_t flags = 0;
mbedtls_x509_crt_init( &crt );
mbedtls_x509_crt_init( &ca );