code format

This commit is contained in:
vanhauser-thc
2023-03-09 17:37:29 +01:00
parent 5221938945
commit 30483919eb
5 changed files with 15 additions and 14 deletions

View File

@ -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