remove macro indentation from code-format

This commit is contained in:
Andrea Fioraldi
2019-09-03 20:43:11 +02:00
parent 0d7ecd4327
commit 7151651ea9
28 changed files with 221 additions and 232 deletions

View File

@ -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. */