code format

This commit is contained in:
Dominik Maier
2020-03-30 18:38:39 +02:00
parent a58382d3ff
commit 8f5fb47082

View File

@ -193,8 +193,8 @@ void load_custom_mutator(afl_state_t *afl, const char *fn) {
/* Initialize the custom mutator */
if (afl->mutator->afl_custom_init)
afl->mutator->data = afl->mutator->afl_custom_init(
afl, rand_below(afl, 0xFFFFFFFF));
afl->mutator->data =
afl->mutator->afl_custom_init(afl, rand_below(afl, 0xFFFFFFFF));
}