code format

This commit is contained in:
vanhauser-thc
2023-01-04 17:08:29 +01:00
parent 081c480e36
commit 1c91d8ca79
3 changed files with 4 additions and 3 deletions

View File

@ -1284,8 +1284,7 @@ int main(int argc, char **argv_orig, char **envp) {
fsrv->shmem_fuzz = map + sizeof(u32);
configure_afl_kill_signals(
fsrv, NULL, NULL,
(fsrv->qemu_mode || unicorn_mode) ? SIGKILL : SIGTERM);
fsrv, NULL, NULL, (fsrv->qemu_mode || unicorn_mode) ? SIGKILL : SIGTERM);
if (!fsrv->cs_mode && !fsrv->qemu_mode && !unicorn_mode) {