mirror of
https://github.com/mirror/wget.git
synced 2024-12-25 20:30:37 +08:00
* fuzz/wget_options_fuzzer.c: Fix indentation
This commit is contained in:
parent
ed0c7c7e0e
commit
5fe01167d1
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user