about summary refs log tree commit diff
path: root/src/afl-gotcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afl-gotcpu.c')
-rw-r--r--src/afl-gotcpu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c
index 5aa9b35c..fd96d25d 100644
--- a/src/afl-gotcpu.c
+++ b/src/afl-gotcpu.c
@@ -27,11 +27,11 @@
 
 #define AFL_MAIN
 #ifndef _GNU_SOURCE
-#  define _GNU_SOURCE
+#define _GNU_SOURCE
 #endif
 
 #ifdef __ANDROID__
-#  include "android-ashmem.h"
+#include "android-ashmem.h"
 #endif
 #include <stdio.h>
 #include <stdlib.h>
@@ -48,7 +48,7 @@
 #include "debug.h"
 
 #ifdef __linux__
-#  define HAVE_AFFINITY 1
+#define HAVE_AFFINITY 1
 #endif /* __linux__ */
 
 /* Get unix time in microseconds. */