new code formatting + applied

This commit is contained in:
van Hauser
2020-05-12 11:12:25 +02:00
parent a578d719e1
commit 7b40d7b942
44 changed files with 693 additions and 691 deletions

View File

@ -442,7 +442,7 @@ u8 *describe_op(afl_state_t *afl, u8 hnb) {
sprintf(ret + strlen(ret), "+%06d", afl->splicing_with);
}
sprintf(ret + strlen(ret), ",time:%llu", get_cur_time() - afl->start_time);
sprintf(ret + strlen(ret), ",op:%s", afl->stage_short);