aboutsummaryrefslogtreecommitdiff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-01-04 17:08:29 +0100
committervanhauser-thc <vh@thc.org>2023-01-04 17:08:29 +0100
commit1c91d8ca79e8177b0a0d08527a29a28a2fc86522 (patch)
tree1e5fa3f5a9ae2cde127f64ad16fb49e8fe16d265 /src/afl-showmap.c
parent081c480e36fa6af63f8211e70fa109b56fa5131d (diff)
downloadAFLplusplus-1c91d8ca79e8177b0a0d08527a29a28a2fc86522.tar.gz
code format
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 776f77db..4e019794 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -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) {