fuzz: fix coding style

This commit is contained in:
Yu Watanabe 2018-01-21 22:25:37 +09:00
parent 48eae2e480
commit 7444956723

View file

@ -44,7 +44,7 @@ int main(int argc, char **argv) {
}
printf("%s... ", name);
fflush(stdout);
(void)LLVMFuzzerTestOneInput((uint8_t*)buf, size);
(void) LLVMFuzzerTestOneInput((uint8_t*)buf, size);
printf("ok\n");
}
return EXIT_SUCCESS;