Style: add spaces before line continuation
diff --git a/programs/test/ssl_test.c b/programs/test/ssl_test.c
index 7d24c0b..1aa7ee1 100644
--- a/programs/test/ssl_test.c
+++ b/programs/test/ssl_test.c
@@ -36,10 +36,10 @@
#define polarssl_printf printf
#endif
-#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_ENTROPY_C) &&\
- defined(POLARSSL_SSL_TLS_C) && defined(POLARSSL_SSL_SRV_C) &&\
- defined(POLARSSL_SSL_CLI_C) && defined(POLARSSL_NET_C) &&\
- defined(POLARSSL_RSA_C) && defined(POLARSSL_CTR_DRBG_C) &&\
+#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_ENTROPY_C) && \
+ defined(POLARSSL_SSL_TLS_C) && defined(POLARSSL_SSL_SRV_C) && \
+ defined(POLARSSL_SSL_CLI_C) && defined(POLARSSL_NET_C) && \
+ defined(POLARSSL_RSA_C) && defined(POLARSSL_CTR_DRBG_C) && \
defined(POLARSSL_X509_CRT_PARSE_C)
#include "polarssl/net.h"
#include "polarssl/ssl.h"