Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Peskine <[email protected]>
  • Loading branch information
gilles-peskine-arm authored and tom-cosgrove-arm committed Mar 17, 2023
1 parent 563c492 commit de34578
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions library/gcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -754,8 +754,7 @@ int mbedtls_gcm_self_test(int verbose)
int i, j, ret;
mbedtls_cipher_id_t cipher = MBEDTLS_CIPHER_ID_AES;

if (verbose != 0)
{
if (verbose != 0) {
#if defined(MBEDTLS_GCM_ALT)
mbedtls_printf(" GCM note: alternative implementation.\n");
#else /* MBEDTLS_GCM_ALT */
Expand Down

0 comments on commit de34578

Please sign in to comment.