about summary refs log tree commit diff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-06-15 11:08:24 +0200
committerDominik Maier <domenukk@gmail.com>2020-06-15 11:08:24 +0200
commitdc002b4b3544d79d846723b445549400935aca64 (patch)
treeb21dbbc851cb7c2e1cc419bd34b320eea6d85363 /src/afl-showmap.c
parentacb0a2f027c7dfcca05596ba316d56532f6dbd19 (diff)
downloadafl++-dc002b4b3544d79d846723b445549400935aca64.tar.gz
code format
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 70a30ce4..7b46cd2b 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -57,7 +57,7 @@
 #include <sys/wait.h>
 #include <sys/time.h>
 #ifndef USEMMAP
-#include <sys/shm.h>
+  #include <sys/shm.h>
 #endif
 #include <sys/stat.h>
 #include <sys/types.h>