mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
remove macro indentation from code-format
This commit is contained in:
@ -2242,11 +2242,11 @@ retry_splicing:
|
||||
out_buf = ck_alloc_nozero(len);
|
||||
memcpy(out_buf, in_buf, len);
|
||||
|
||||
# ifdef USE_PYTHON
|
||||
#ifdef USE_PYTHON
|
||||
goto python_stage;
|
||||
# else
|
||||
#else
|
||||
goto havoc_stage;
|
||||
# endif
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user