code style

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c
index 0bb9c02..7c6c9d3 100644
--- a/library/cipher_wrap.c
+++ b/library/cipher_wrap.c
@@ -2295,7 +2295,7 @@
                      sizeof(mbedtls_cipher_definitions[0]))
 int mbedtls_cipher_supported[NUM_CIPHERS];
 
-const mbedtls_cipher_base_t* mbedtls_cipher_base_lookup_table[] = {
+const mbedtls_cipher_base_t *mbedtls_cipher_base_lookup_table[] = {
 #if defined(MBEDTLS_AES_C)
     &aes_info,
 #else