about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-17 07:10:42 +0200
committervan Hauser <vh@thc.org>2020-04-17 07:10:42 +0200
commitc961925356bf3388066969b9975b424c4cdae890 (patch)
tree7a8e806add44f2d61fcff837ae040e8b1999ae9a /src/afl-tmin.c
parent23ea7279159dce964c69b3dfa5e7e36f3d5a5085 (diff)
downloadafl++-c961925356bf3388066969b9975b424c4cdae890.tar.gz
fix plot_data output and code-format
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 431ff0c4..0a462e9a 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -215,7 +215,7 @@ static s32 write_to_file(u8 *path, u8 *mem, u32 len) {
    1 if they should be kept. */
 
 static u8 tmin_run_target(afl_forkserver_t *fsrv, char **argv, u8 *mem, u32 len,
-                     u8 first_run) {
+                          u8 first_run) {
 
   afl_fsrv_write_to_testcase(fsrv, mem, len);