code format

This commit is contained in:
van Hauser
2020-12-11 11:21:28 +01:00
parent 2bf68a0bf4
commit cc781e44f3
3 changed files with 13 additions and 10 deletions

View File

@ -87,7 +87,7 @@ void afl_state_init(afl_state_t *afl, uint32_t map_size) {
afl->w_end = 0.3;
afl->g_max = 5000;
afl->period_pilot_tmp = 5000.0;
afl->schedule = FAST ; /* Power schedule (default: FAST) */
afl->schedule = FAST; /* Power schedule (default: FAST) */
afl->havoc_max_mult = HAVOC_MAX_MULT;
afl->clear_screen = 1; /* Window resized? */