1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

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

View File

@ -34,7 +34,7 @@
#define polarssl_printf printf
#endif
#if defined(POLARSSL_CTR_DRBG_C) && defined(POLARSSL_ENTROPY_C) &&\
#if defined(POLARSSL_CTR_DRBG_C) && defined(POLARSSL_ENTROPY_C) && \
defined(POLARSSL_FS_IO)
#include "polarssl/entropy.h"
#include "polarssl/ctr_drbg.h"
@ -42,7 +42,7 @@
#include <stdio.h>
#endif
#if !defined(POLARSSL_CTR_DRBG_C) || !defined(POLARSSL_ENTROPY_C) ||\
#if !defined(POLARSSL_CTR_DRBG_C) || !defined(POLARSSL_ENTROPY_C) || \
!defined(POLARSSL_FS_IO)
int main( void )
{