From eb35d78a11ab5d14b1e379740afa8f6f6da88851 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 22 Jan 2019 17:56:16 +0100 Subject: [PATCH] Style fix --- library/psa_crypto.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/psa_crypto.c b/library/psa_crypto.c index 1dda49bb4..702eb1793 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c @@ -1421,8 +1421,8 @@ psa_status_t psa_hash_verify( psa_hash_operation_t *operation, 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 );