about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-09 08:30:28 +0100
committervan Hauser <vh@thc.org>2020-03-09 08:30:28 +0100
commit36ce9c1fb977eb6e2b0cd35846457ff0af045b99 (patch)
tree967ae76207e93f50bb7976fcfb47bc061f09820b /src/afl-fuzz-run.c
parent0581f6ec00dbca592582c0bd23c82de524df7a03 (diff)
downloadafl++-36ce9c1fb977eb6e2b0cd35846457ff0af045b99.tar.gz
more code format
Diffstat (limited to 'src/afl-fuzz-run.c')
-rw-r--r--src/afl-fuzz-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index 58985d8b..f0ba2fe8 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -662,7 +662,7 @@ void sync_fuzzers(char** argv) {
 
     ck_write(id_fd, &next_min_accept, sizeof(u32), qd_synced_path);
 
-close_sync:
+  close_sync:
     close(id_fd);
     closedir(qd);
     ck_free(qd_path);