about summary refs log tree commit diff
path: root/include/common.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-03-09 17:37:29 +0100
committervanhauser-thc <vh@thc.org>2023-03-09 17:37:29 +0100
commit30483919eb65f6301dbbba7762e28a6d21972571 (patch)
tree2cc3002623bb73ffd2c47756103479ab863750b6 /include/common.h
parent5221938945cc5ff15af04b727c6a7e0085005044 (diff)
downloadafl++-30483919eb65f6301dbbba7762e28a6d21972571.tar.gz
code format
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 5d198468..0958b035 100644
--- a/include/common.h
+++ b/include/common.h
@@ -144,7 +144,8 @@ FILE *create_ffile(u8 *fn);
 s32 create_file(u8 *fn);
 
 /* memmem implementation as not all platforms support this */
-void *afl_memmem(const void *haystack, size_t haystacklen, const void *needle, size_t needlelen);
+void *afl_memmem(const void *haystack, size_t haystacklen, const void *needle,
+                 size_t needlelen);
 
 #endif