* fuzz/wget_options_fuzzer.c: Fix indentation

This commit is contained in:
Tim Rühsen 2024-05-05 16:40:20 +02:00
parent ed0c7c7e0e
commit 5fe01167d1

View File

@ -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);