Style: add spaces before line continuation
diff --git a/programs/pkey/key_app.c b/programs/pkey/key_app.c
index 7c01caf..2ebeb41 100644
--- a/programs/pkey/key_app.c
+++ b/programs/pkey/key_app.c
@@ -33,7 +33,7 @@
 #define polarssl_printf     printf
 #endif
 
-#if defined(POLARSSL_BIGNUM_C) &&\
+#if defined(POLARSSL_BIGNUM_C) && \
     defined(POLARSSL_PK_PARSE_C) && defined(POLARSSL_FS_IO)
 #include "polarssl/error.h"
 #include "polarssl/rsa.h"