Skip to content

Commit

Permalink
Make check-names.sh happy
Browse files Browse the repository at this point in the history
Signed-off-by: Janos Follath <janos.follath@arm.com>
  • Loading branch information
yanesca committed Jun 7, 2021
1 parent c438669 commit c87251f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/psa/crypto_struct.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ struct psa_key_derivation_s

/* This only zeroes out the first byte in the union, the rest is unspecified. */
#define PSA_KEY_DERIVATION_OPERATION_INIT { 0, 0, 0, { 0 } }
static inline
struct psa_key_derivation_s psa_key_derivation_operation_init( void )
static inline struct psa_key_derivation_s psa_key_derivation_operation_init(
void )
{
const struct psa_key_derivation_s v = PSA_KEY_DERIVATION_OPERATION_INIT;
return( v );
Expand Down

0 comments on commit c87251f

Please sign in to comment.