diff options
| author | van Hauser <vh@thc.org> | 2020-05-12 11:12:25 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-05-12 11:12:25 +0200 |
| commit | 7b40d7b9420b2e3adb7d9afa88610199718dedba (patch) | |
| tree | c420c91a6dcfde9a2bcffcdde22bb279cf72c243 /src/afl-showmap.c | |
| parent | a578d719e1f556db07ca3c7e2fe38b7668c204d8 (diff) | |
| download | afl++-7b40d7b9420b2e3adb7d9afa88610199718dedba.tar.gz | |
new code formatting + applied
Diffstat (limited to 'src/afl-showmap.c')
| -rw-r--r-- | src/afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index ed59f2f5..560c8cf6 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -32,7 +32,7 @@ #define AFL_MAIN #ifdef __ANDROID__ -#include "android-ashmem.h" + #include "android-ashmem.h" #endif #include "config.h" #include "types.h" |
