From 6974fca49d9d0b110c02c83a7bbe01907472ac5e Mon Sep 17 00:00:00 2001 From: Paul Hovey Date: Mon, 5 Dec 2016 17:17:11 -0500 Subject: [PATCH] updated macro spacing for styling purposes Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell CLA: trivial --- crypto/rand/randfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index d08d8238a5..15fa9dce52 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -209,7 +209,7 @@ int RAND_write_file(const char *file) return 1; } } -#endif +# endif #endif #if defined(O_CREAT) && !defined(OPENSSL_NO_POSIX_IO) && \ -- 2.25.1