about summary refs log tree commit diff
path: root/frida_mode/include/instrument.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-07-14 10:33:12 +0200
committervanhauser-thc <vh@thc.org>2024-07-14 10:33:12 +0200
commit55a2362348cd467b65d6aea33e93ec44c6de1a38 (patch)
tree62e6316d91ea348228fe3471bfa59ee01e0e393e /frida_mode/include/instrument.h
parent8afb60d2f902794f7b98c8c0c67473760d2baacc (diff)
downloadafl++-55a2362348cd467b65d6aea33e93ec44c6de1a38.tar.gz
code format
Diffstat (limited to 'frida_mode/include/instrument.h')
-rw-r--r--frida_mode/include/instrument.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/include/instrument.h b/frida_mode/include/instrument.h
index a1969e37..9287019a 100644
--- a/frida_mode/include/instrument.h
+++ b/frida_mode/include/instrument.h
@@ -22,7 +22,7 @@ extern guint64  instrument_fixed_seed;
 
 extern uint8_t *__afl_area_ptr;
 extern uint32_t __afl_map_size;
-extern void __afl_coverage_interesting(uint8_t, uint32_t);
+extern void     __afl_coverage_interesting(uint8_t, uint32_t);
 
 extern __thread guint64 *instrument_previous_pc_addr;