code style

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/cipher_wrap.h b/library/cipher_wrap.h
index 06c8108..c85a4ef 100644
--- a/library/cipher_wrap.h
+++ b/library/cipher_wrap.h
@@ -135,7 +135,7 @@
 
 extern int mbedtls_cipher_supported[];
 
-extern const mbedtls_cipher_base_t * mbedtls_cipher_base_lookup_table[];
+extern const mbedtls_cipher_base_t *mbedtls_cipher_base_lookup_table[];
 
 #ifdef __cplusplus
 }