about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-20 21:54:55 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-20 21:54:55 +0200
commitce159377170aa95cdbcce8e60503abb00fa8d068 (patch)
tree62ba47616f1e3e0716a5dfbf34a099c8392e3920 /src
parentc8f2ba5b49465fb644001e81bd3b0d322ca61db7 (diff)
downloadafl++-ce159377170aa95cdbcce8e60503abb00fa8d068.tar.gz
code format
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-mutators.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/afl-fuzz-mutators.c b/src/afl-fuzz-mutators.c
index 1a279b2d..beb89092 100644
--- a/src/afl-fuzz-mutators.c
+++ b/src/afl-fuzz-mutators.c
@@ -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
 
 }