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:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user