commit | eb35d78a11ab5d14b1e379740afa8f6f6da88851 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Jan 22 17:56:16 2019 +0100 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue Jan 22 17:56:16 2019 +0100 |
tree | fc26bd6c556230b7411bb5a4625802122fdfef70 | |
parent | e43aa39397d3c44e909413cb65a7b73c57a39b28 [diff] |
Style fix
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 1dda49b..702eb17 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -1421,8 +1421,8 @@ return( PSA_SUCCESS ); } -psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation, - psa_hash_operation_t *target_operation) +psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation, + psa_hash_operation_t *target_operation ) { if( target_operation->alg != 0 ) return( PSA_ERROR_BAD_STATE );