code format

This commit is contained in:
Dominik Maier 2020-04-20 21:54:55 +02:00
parent 40e5b285f2
commit 9be4f9c055

View File

@ -70,8 +70,12 @@ void setup_custom_mutator(afl_state_t *afl) {
}
#else
if (afl->afl_env.afl_python_module)
if (afl->afl_env.afl_python_module) {
FATAL("Your AFL binary was built without Python support");
}
#endif
}