From 5fe01167d192cae95662e1c6d85ef9c820702e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sun, 5 May 2024 16:40:20 +0200 Subject: [PATCH] * fuzz/wget_options_fuzzer.c: Fix indentation --- fuzz/wget_options_fuzzer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzz/wget_options_fuzzer.c b/fuzz/wget_options_fuzzer.c index 7f512402..a337bb19 100644 --- a/fuzz/wget_options_fuzzer.c +++ b/fuzz/wget_options_fuzzer.c @@ -120,7 +120,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) if (setjmp(jmpbuf)) { cleanup(); goto done; - } + } main_wget(sizeof(argv)/sizeof(argv[0]), argv);