about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-03 20:43:11 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-03 20:43:11 +0200
commit7151651ea9a87f394cf7f44fcba56cd0d2b7eefa (patch)
tree18f302c2d67c07deacc5680d8920b7d5e221a8da /include/config.h
parent0d7ecd4327aa4c67a0ddf1807847f9106db07be1 (diff)
downloadafl++-7151651ea9a87f394cf7f44fcba56cd0d2b7eefa.tar.gz
remove macro indentation from code-format
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index babba3bd..d85a503d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -50,9 +50,9 @@
 /* Default memory limit for child process (MB): */
 
 #ifndef __x86_64__
-#  define MEM_LIMIT 25
+#define MEM_LIMIT 25
 #else
-#  define MEM_LIMIT 50
+#define MEM_LIMIT 50
 #endif /* ^!__x86_64__ */
 
 /* Default memory limit when running in QEMU mode (MB): */