aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util/one_corpus_entry_fuzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/util/one_corpus_entry_fuzzer.c')
-rw-r--r--test/core/util/one_corpus_entry_fuzzer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/util/one_corpus_entry_fuzzer.c b/test/core/util/one_corpus_entry_fuzzer.c
index 42467390f2..cfd5a1099f 100644
--- a/test/core/util/one_corpus_entry_fuzzer.c
+++ b/test/core/util/one_corpus_entry_fuzzer.c
@@ -21,12 +21,12 @@
#include <grpc/support/log.h>
#include "src/core/lib/iomgr/load_file.h"
-extern int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
+extern int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size);
extern bool squelch;
extern bool leak_check;
-int main(int argc, char **argv) {
+int main(int argc, char** argv) {
grpc_slice buffer;
squelch = false;
leak_check = false;