about summary refs log tree commit diff
path: root/frida_mode/include
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-08-04 18:46:29 +0100
committerYour Name <you@example.com>2022-08-04 18:46:29 +0100
commit98e883875548c12d022adf556f9a95babb38c200 (patch)
tree4cb6126f779cea0c00b6c012125ebe42b850c6c1 /frida_mode/include
parent6056d4b140f0665c6a701cada9166379be3435ac (diff)
downloadafl++-98e883875548c12d022adf556f9a95babb38c200.tar.gz
Fix formatting
Diffstat (limited to 'frida_mode/include')
-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 b85aa571..4b268e81 100644
--- a/frida_mode/include/instrument.h
+++ b/frida_mode/include/instrument.h
@@ -13,7 +13,7 @@ extern gboolean instrument_unique;
 extern guint64  instrument_hash_zero;
 extern char    *instrument_coverage_unstable_filename;
 extern gboolean instrument_coverage_insn;
-extern char *   instrument_regs_filename;
+extern char    *instrument_regs_filename;
 
 extern gboolean instrument_use_fixed_seed;
 extern guint64  instrument_fixed_seed;