Style: add spaces before line continuation

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-13 14:09:44 +00:00
parent db8e3d8695
commit 013bffe5a7
34 changed files with 76 additions and 76 deletions
programs/pkey

View file

@ -34,8 +34,8 @@
#define polarssl_printf printf
#endif
#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_PK_PARSE_C) &&\
defined(POLARSSL_ENTROPY_C) && defined(POLARSSL_FS_IO) &&\
#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_PK_PARSE_C) && \
defined(POLARSSL_ENTROPY_C) && defined(POLARSSL_FS_IO) && \
defined(POLARSSL_CTR_DRBG_C)
#include "polarssl/error.h"
#include "polarssl/pk.h"