diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-03 20:43:11 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-03 20:43:11 +0200 |
commit | 7151651ea9a87f394cf7f44fcba56cd0d2b7eefa (patch) | |
tree | 18f302c2d67c07deacc5680d8920b7d5e221a8da /src/afl-gotcpu.c | |
parent | 0d7ecd4327aa4c67a0ddf1807847f9106db07be1 (diff) | |
download | afl++-7151651ea9a87f394cf7f44fcba56cd0d2b7eefa.tar.gz |
remove macro indentation from code-format
Diffstat (limited to 'src/afl-gotcpu.c')
-rw-r--r-- | src/afl-gotcpu.c | 6 |
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. */ |