mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 02:58:08 +00:00
code format
This commit is contained in:
@ -254,7 +254,7 @@ void update_bitmap_score(afl_state_t *afl, struct queue_entry *q) {
|
||||
void cull_queue(afl_state_t *afl) {
|
||||
|
||||
struct queue_entry *q;
|
||||
u8 temp_v[MAP_SIZE >> 3];
|
||||
u8 temp_v[MAP_SIZE >> 3];
|
||||
u32 i;
|
||||
|
||||
if (afl->dumb_mode || !afl->score_changed) return;
|
||||
|
Reference in New Issue
Block a user