aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Hovey <paulh@us.megatrends.com>2016-12-05 17:17:11 -0500
committerMatt Caswell <matt@openssl.org>2016-12-12 13:50:17 +0000
commit6974fca49d9d0b110c02c83a7bbe01907472ac5e (patch)
treef1aaa144e8a75c3fa39343152b5f84eb6ed85573
parent8bd62abe00b893573920a7a12769fb00bd8da234 (diff)
downloadopenssl-6974fca49d9d0b110c02c83a7bbe01907472ac5e.tar.gz
updated macro spacing for styling purposes
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> CLA: trivial
-rw-r--r--crypto/rand/randfile.c2
1 files changed, 1 insertions, 1 deletions
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) && \