aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/json/fuzzer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/json/fuzzer.c')
-rw-r--r--test/core/json/fuzzer.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/core/json/fuzzer.c b/test/core/json/fuzzer.c
index a62ffebccb..c32ba7912f 100644
--- a/test/core/json/fuzzer.c
+++ b/test/core/json/fuzzer.c
@@ -67,11 +67,8 @@ void guard_free(void *vptr) {
g_old_allocs.free_fn(ptr);
}
-struct gpr_allocation_functions g_guard_allocs = {
- guard_malloc,
- guard_realloc,
- guard_free
-};
+struct gpr_allocation_functions g_guard_allocs = {guard_malloc, guard_realloc,
+ guard_free};
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
char *s;