about summary refs log tree commit diff
path: root/libdislocator
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-04 10:03:51 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-09-04 10:03:51 +0200
commite1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7 (patch)
tree90b9797ca310168cf1be02959d1738df9650a3f6 /libdislocator
parent9705ccee677eb3009c6d06d1bff4d2b6cf80c4a7 (diff)
downloadafl++-e1f18f6212fdab581c3bf732a51dcc5a9cdaa8e7.tar.gz
fix typo in custom format
Diffstat (limited to 'libdislocator')
-rw-r--r--libdislocator/libdislocator.so.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdislocator/libdislocator.so.c b/libdislocator/libdislocator.so.c
index 256506be..8834a1fc 100644
--- a/libdislocator/libdislocator.so.c
+++ b/libdislocator/libdislocator.so.c
@@ -30,11 +30,11 @@
 
 #ifndef PAGE_SIZE
 #define PAGE_SIZE 4096
-#endif /* !PAGE_SIZE */
+#endif                                                        /* !PAGE_SIZE */
 
 #ifndef MAP_ANONYMOUS
 #define MAP_ANONYMOUS MAP_ANON
-#endif /* !MAP_ANONYMOUS */
+#endif                                                    /* !MAP_ANONYMOUS */
 
 /* Error / message handling: */