about summary refs log tree commit diff
path: root/qemu_mode/libqasan/malloc.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-11-06 10:13:59 +0100
committervanhauser-thc <vh@thc.org>2023-11-06 10:13:59 +0100
commitf3d2127fd815bed2ec9dfab981123898d11cea65 (patch)
treeb94d78a392120a198c1b40fdcaf884bda74470ec /qemu_mode/libqasan/malloc.c
parent053334f35d0e8d6eace444781d52504585c69f76 (diff)
downloadafl++-f3d2127fd815bed2ec9dfab981123898d11cea65.tar.gz
clang-format 16->17
Diffstat (limited to 'qemu_mode/libqasan/malloc.c')
-rw-r--r--qemu_mode/libqasan/malloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/libqasan/malloc.c b/qemu_mode/libqasan/malloc.c
index d2db3856..4448f480 100644
--- a/qemu_mode/libqasan/malloc.c
+++ b/qemu_mode/libqasan/malloc.c
@@ -80,8 +80,8 @@ static unsigned char __tmp_alloc_zone[TMP_ZONE_SIZE];
 #else
 
 // From dlmalloc.c
-void                     *dlmalloc(size_t);
-void                      dlfree(void *);
+void *dlmalloc(size_t);
+void  dlfree(void *);
   #define backend_malloc dlmalloc
   #define backend_free dlfree