formatting

This commit is contained in:
Ruben ten Hove
2022-06-17 21:08:37 +02:00
parent 3d1a57deed
commit 4990823840
4 changed files with 10 additions and 1 deletions

View File

@ -673,3 +673,4 @@ void afl_states_request_skip(void) {
LIST_FOREACH(&afl_states, afl_state_t, { el->skip_requested = 1; });
}