about summary refs log tree commit diff
path: root/frida_mode/include/stats.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-07-12 09:04:54 +0200
committervanhauser-thc <vh@thc.org>2022-07-12 09:04:54 +0200
commitb847e0f414e7b310e1a68bc501d4e2453bfce70e (patch)
tree1ea5ebbb0b47e8d55b1950e9b787ec9f254655af /frida_mode/include/stats.h
parent338f1ae2f85dffe7daa88fa78cd1d078a986d0d5 (diff)
downloadafl++-b847e0f414e7b310e1a68bc501d4e2453bfce70e.tar.gz
clang format 14
Diffstat (limited to 'frida_mode/include/stats.h')
-rw-r--r--frida_mode/include/stats.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/include/stats.h b/frida_mode/include/stats.h
index 0ad227c3..8c2c74b9 100644
--- a/frida_mode/include/stats.h
+++ b/frida_mode/include/stats.h
@@ -43,7 +43,7 @@ typedef struct {
 G_DECLARE_FINAL_TYPE(GumAflStalkerStats, gum_afl_stalker_stats, GUM,
                      AFL_STALKER_STATS, GObject)
 
-extern char *  stats_filename;
+extern char   *stats_filename;
 extern guint64 stats_interval;
 
 void stats_config(void);