Indent PSA tests according to K&R rules with Mbed TLS tweaks
Only whitespace changes in this commit.
This commit is contained in:
parent
9d8eea7e19
commit
0f915f1d2a
4 changed files with 24 additions and 24 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue