1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-23 10:50:16 +03:00

fuzz: fix coding style

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

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