about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--include/forkserver.h1
-rw-r--r--utils/libdislocator/libdislocator.so.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/include/forkserver.h b/include/forkserver.h
index db1832c4..d3d0e086 100644
--- a/include/forkserver.h
+++ b/include/forkserver.h
@@ -249,7 +249,6 @@ void              afl_fsrv_kill(afl_forkserver_t *fsrv);
 void nyx_load_target_hash(afl_forkserver_t *fsrv);
 #endif
 
-
 #ifdef __APPLE__
   #define MSG_FORK_ON_APPLE                                                    \
     "    - On MacOS X, the semantics of fork() syscalls are non-standard and " \
diff --git a/utils/libdislocator/libdislocator.so.c b/utils/libdislocator/libdislocator.so.c
index f41491b1..b125f628 100644
--- a/utils/libdislocator/libdislocator.so.c
+++ b/utils/libdislocator/libdislocator.so.c
@@ -580,11 +580,10 @@ __attribute__((constructor)) void __dislocator_init(void) {
 
 __attribute__((destructor)) void __dislocator_fini(void) {
 
-  alloc_canary = ALLOC_CANARY; // restore to default canary value
+  alloc_canary = ALLOC_CANARY;  // restore to default canary value
 
 }
 
-   
 /* NetBSD fault handler specific api subset */
 
 void (*esetfunc(void (*fn)(int, const char *, ...)))(int, const char *, ...) {