Improve code style
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
041c8c10f9
commit
1ae2b2f034
1 changed files with 2 additions and 4 deletions
|
@ -449,14 +449,12 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO) &&\
|
#if defined(MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO) &&\
|
||||||
( !defined(MBEDTLS_PLATFORM_C) ||\
|
( !defined(MBEDTLS_PLATFORM_C) || !defined(MBEDTLS_HAVE_TIME) )
|
||||||
!defined(MBEDTLS_HAVE_TIME) )
|
|
||||||
#error "MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO defined, but not all prerequisites"
|
#error "MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_PLATFORM_MS_TIME_ALT) && \
|
#if defined(MBEDTLS_PLATFORM_MS_TIME_ALT) && \
|
||||||
( !defined(MBEDTLS_PLATFORM_C) || \
|
( !defined(MBEDTLS_PLATFORM_C) || !defined(MBEDTLS_HAVE_TIME) )
|
||||||
!defined(MBEDTLS_HAVE_TIME) )
|
|
||||||
#error "MBEDTLS_PLATFORM_MS_TIME_ALT defined, but not all prerequisites"
|
#error "MBEDTLS_PLATFORM_MS_TIME_ALT defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue