diff --git a/library/gcm.c b/library/gcm.c index 463ef48fc..5994cf6e0 100644 --- a/library/gcm.c +++ b/library/gcm.c @@ -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 */