Fix formatting of fuzzers
[openssl.git] / fuzz / bndiv.c
index 45a3937992d23bf0ab4eddd132d278c2e9acb403..931987860797091079ca678fd7dd712d6051b234 100644 (file)
 #include <openssl/bn.h>
 #include "fuzzer.h"
 
 #include <openssl/bn.h>
 #include "fuzzer.h"
 
-int FuzzerInitialize(int *argc, char ***argv) {
+int FuzzerInitialize(int *argc, char ***argv)
+{
     return 1;
 }
 
     return 1;
 }
 
-int FuzzerTestOneInput(const uint8_t *buf, size_t len) {
+int FuzzerTestOneInput(const uint8_t *buf, size_t len)
+{
     static BN_CTX *ctx;
     static BIGNUM *b1;
     static BIGNUM *b2;
     static BN_CTX *ctx;
     static BIGNUM *b1;
     static BIGNUM *b2;