From 1ffe4275aea6c06f17e8a19de5fdbc72b2f1b757 Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Mon, 26 Sep 2022 18:23:16 -0500 Subject: [PATCH] fix whitespace --- wolfssl/wolfcrypt/wc_port.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index 61d59a57f..e4c961d9a 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -766,10 +766,10 @@ WOLFSSL_ABI WOLFSSL_API int wolfCrypt_Cleanup(void); #elif defined(WOLFSSL_DEOS) || defined(WOLFSSL_DEOS_RTEMS) #include - #ifndef XTIME - extern time_t deos_time(time_t* timer); - #define XTIME(t1) deos_time((t1)) - #endif + #ifndef XTIME + extern time_t deos_time(time_t* timer); + #define XTIME(t1) deos_time((t1)) + #endif #elif defined(MICRIUM) #include #include