Skip to content

Commit eb35d78

Browse files
Style fix
1 parent e43aa39 commit eb35d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/psa_crypto.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,8 +1421,8 @@ psa_status_t psa_hash_verify( psa_hash_operation_t *operation,
14211421
return( PSA_SUCCESS );
14221422
}
14231423

1424-
psa_status_t psa_hash_clone(const psa_hash_operation_t *source_operation,
1425-
psa_hash_operation_t *target_operation)
1424+
psa_status_t psa_hash_clone( const psa_hash_operation_t *source_operation,
1425+
psa_hash_operation_t *target_operation )
14261426
{
14271427
if( target_operation->alg != 0 )
14281428
return( PSA_ERROR_BAD_STATE );

0 commit comments

Comments
 (0)