Indent PSA tests according to K&R rules with Mbed TLS tweaks

Only whitespace changes in this commit.
This commit is contained in:
Gilles Peskine 2018-12-17 23:35:42 +01:00
parent 9d8eea7e19
commit 0f915f1d2a
4 changed files with 24 additions and 24 deletions

View file

@ -15,7 +15,7 @@
* END_DEPENDENCIES * END_DEPENDENCIES
*/ */
/* BEGIN_CASE */ /* BEGIN_CASE */
void hash_finish( int alg_arg, data_t *input, data_t *expected_hash ) void hash_finish( int alg_arg, data_t *input, data_t *expected_hash )
{ {
psa_algorithm_t alg = alg_arg; psa_algorithm_t alg = alg_arg;