code format

This commit is contained in:
van Hauser
2019-12-28 11:42:06 +01:00
parent 2eb88d31a4
commit c983e2c5b1
2 changed files with 8 additions and 3 deletions

View File

@ -346,8 +346,10 @@ u8 trim_case_python(char** argv, struct queue_entry* q, u8* in_buf) {
++trim_execs;
if (stop_soon || fault == FAULT_ERROR) {
free(retbuf);
goto abort_trimming;
free(retbuf);
goto abort_trimming;
}
cksum = hash32(trace_bits, MAP_SIZE, HASH_CONST);