code style
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/aes.c b/library/aes.c
index 08e3caa..bd0317c 100644
--- a/library/aes.c
+++ b/library/aes.c
@@ -1825,9 +1825,9 @@
#endif
#if defined(MBEDTLS_AESNI_HAVE_CODE)
#if MBEDTLS_AESNI_HAVE_CODE == 1
- mbedtls_printf(" AES note: AESNI code present (assembly implementation).\n");
+ mbedtls_printf(" AES note: AESNI code present (assembly implementation).\n");
#elif MBEDTLS_AESNI_HAVE_CODE == 2
- mbedtls_printf(" AES note: AESNI code present (intrinsics implementation).\n");
+ mbedtls_printf(" AES note: AESNI code present (intrinsics implementation).\n");
#else
#error Unrecognised value for MBEDTLS_AESNI_HAVE_CODE
#endif