mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-17 04:18:06 +00:00
nyx code format
This commit is contained in:
@ -105,15 +105,8 @@ static sharedmem_t * shm_fuzz;
|
||||
|
||||
static const u8 count_class_human[256] = {
|
||||
|
||||
[0] = 0,
|
||||
[1] = 1,
|
||||
[2] = 2,
|
||||
[3] = 3,
|
||||
[4] = 4,
|
||||
[8] = 5,
|
||||
[16] = 6,
|
||||
[32] = 7,
|
||||
[128] = 8
|
||||
[0] = 0, [1] = 1, [2] = 2, [3] = 3, [4] = 4,
|
||||
[8] = 5, [16] = 6, [32] = 7, [128] = 8
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user