openssl/rand.h: fix formatting.
authorAndy Polyakov <appro@openssl.org>
Mon, 14 Aug 2017 19:38:23 +0000 (21:38 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 22 Mar 2018 14:04:08 +0000 (15:04 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4159)

include/openssl/rand.h

index 40e67c509064cb5a4000ad9cc70c91ad0d0bcbe5..17545c0d70679dab20d218da8fdaef66c17b5680 100644 (file)
@@ -48,7 +48,6 @@ void RAND_seed(const void *buf, int num);
 # if defined(__ANDROID__) && defined(__NDK_FPABI__)
 __NDK_FPABI__  /* __attribute__((pcs("aapcs"))) on ARM */
 # endif
-
 void RAND_add(const void *buf, int num, double randomness);
 int RAND_load_file(const char *file, long max_bytes);
 int RAND_write_file(const char *file);