Newlines at end of file + trim trailing whitespace

Signed-off-by: Aditya Deshpande <aditya.deshpande@arm.com>
This commit is contained in:
Aditya Deshpande 2022-10-14 16:41:40 +01:00
parent 17845b8f71
commit 40c05cc8e4
5 changed files with 31 additions and 31 deletions

View file

@ -58,7 +58,7 @@ psa_status_t mbedtls_test_transparent_key_agreement(
return( PSA_SUCCESS );
}
return( psa_key_agreement_raw_builtin(
return( psa_key_agreement_raw_builtin(
attributes,
key_buffer,
key_buffer_size,
@ -70,4 +70,4 @@ psa_status_t mbedtls_test_transparent_key_agreement(
shared_secret_length ) );
}
#endif /* MBEDTLS_PSA_CRYPTO_DRIVERS && PSA_CRYPTO_DRIVER_TEST */
#endif /* MBEDTLS_PSA_CRYPTO_DRIVERS && PSA_CRYPTO_DRIVER_TEST */