diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-04-13 16:57:41 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-04-13 16:57:41 +0200 |
commit | a897f355a97e8992126aa1f2c612a6304f547b0c (patch) | |
tree | cce5e00462ed9f6096e0af547932e9021bb4c6b9 /src/afl-fuzz-bitmap.c | |
parent | 326ab632c378878c96f44586a6e1f3dfa3db2276 (diff) | |
download | afl++-a897f355a97e8992126aa1f2c612a6304f547b0c.tar.gz |
code format
Diffstat (limited to 'src/afl-fuzz-bitmap.c')
-rw-r--r-- | src/afl-fuzz-bitmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afl-fuzz-bitmap.c b/src/afl-fuzz-bitmap.c index 9603f2f5..f5364c72 100644 --- a/src/afl-fuzz-bitmap.c +++ b/src/afl-fuzz-bitmap.c @@ -719,8 +719,8 @@ u8 save_if_interesting(afl_state_t *afl, void *mem, u32 len, u8 fault) { // if the user wants to be informed on new crashes - do that #if !TARGET_OS_IPHONE // we dont care if system errors, but we dont want a - // compiler warning either - (void)(system(afl->infoexec)+1); + // compiler warning either + (void)(system(afl->infoexec) + 1); #else WARNF("command execution unsupported"); #endif |