commit | 013bffe5a711e877bef42587ab5862d1d8e11c9d | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Feb 13 14:09:44 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri Feb 13 14:09:44 2015 +0000 |
tree | 41e5c5e8d4c3222beedd76764a296cda8ca175be | |
parent | db8e3d869551988076a49735d50b908a18d76a64 [diff] [blame] |
Style: add spaces before line continuation
diff --git a/programs/test/o_p_test.c b/programs/test/o_p_test.c index 3e77c55..0d1cccf 100644 --- a/programs/test/o_p_test.c +++ b/programs/test/o_p_test.c
@@ -33,7 +33,7 @@ #define polarssl_printf printf #endif -#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_RSA_C) &&\ +#if defined(POLARSSL_BIGNUM_C) && defined(POLARSSL_RSA_C) && \ defined(POLARSSL_PK_PARSE_C) && defined(POLARSSL_FS_IO) #include <openssl/rsa.h>