about summary refs log tree commit diff
path: root/src/afl-fuzz-redqueen.c
diff options
context:
space:
mode:
authormarc <marc@marc.srlabs.de>2023-08-09 17:14:13 +0200
committermarc <marc@marc.srlabs.de>2023-08-09 17:14:13 +0200
commit55d696fbae435e0e69adf75cb2df1361186fb999 (patch)
treef39de203508117dcb50b66baa8fd335a887a9c54 /src/afl-fuzz-redqueen.c
parentb4bd33961c645b1fed059d5ff8269911bc941cc9 (diff)
downloadafl++-55d696fbae435e0e69adf75cb2df1361186fb999.tar.gz
code format
Diffstat (limited to 'src/afl-fuzz-redqueen.c')
-rw-r--r--src/afl-fuzz-redqueen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-redqueen.c b/src/afl-fuzz-redqueen.c
index 509f66a3..db4991db 100644
--- a/src/afl-fuzz-redqueen.c
+++ b/src/afl-fuzz-redqueen.c
@@ -2525,7 +2525,7 @@ static u8 rtn_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf,
     */
 
 #ifdef _DEBUG
-    u32 j;
+    u32                j;
     struct cmp_header *hh = &afl->orig_cmp_map->headers[key];
     fprintf(stderr, "RTN N hits=%u id=%u shape=%u attr=%u v0=", h->hits, h->id,
             hshape, h->attribute);