about summary refs log tree commit diff
path: root/utils/afl_untracer/afl-untracer.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-05-21 17:49:14 +0200
committervanhauser-thc <vh@thc.org>2023-05-21 17:49:14 +0200
commit029e039cbcbf9e30f35eb255162679b8d609d25d (patch)
treef4e1fd0ff46d0b736dd2f370ee321bbae5c69f06 /utils/afl_untracer/afl-untracer.c
parent1416fea1604a19408554678d7c9fb35b67da302b (diff)
downloadafl++-029e039cbcbf9e30f35eb255162679b8d609d25d.tar.gz
code format
Diffstat (limited to 'utils/afl_untracer/afl-untracer.c')
-rw-r--r--utils/afl_untracer/afl-untracer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/afl_untracer/afl-untracer.c b/utils/afl_untracer/afl-untracer.c
index a18e314e..e1038212 100644
--- a/utils/afl_untracer/afl-untracer.c
+++ b/utils/afl_untracer/afl-untracer.c
@@ -288,7 +288,7 @@ library_list_t *find_library(char *name) {
 #pragma GCC optimize("O0")
 void        breakpoint(void) {
 
-         if (debug) fprintf(stderr, "Breakpoint function \"breakpoint\" reached.\n");
+  if (debug) fprintf(stderr, "Breakpoint function \"breakpoint\" reached.\n");
 
 }