summaryrefslogtreecommitdiff
path: root/report.c
diff options
context:
space:
mode:
authorJagger <robert@swiecki.net>2015-08-23 12:59:37 +0200
committerJagger <robert@swiecki.net>2015-08-23 12:59:37 +0200
commitd628a709694488a860974063c8b44f33e82d7ec2 (patch)
tree3dc4c3dcea45e0e70b1893d900382fdf0c1d5214 /report.c
parent227d5b9a50b95ff8e61f927f39a972f43551f8fd (diff)
downloadhonggfuzz-d628a709694488a860974063c8b44f33e82d7ec2.tar.gz
A quick periodic indent
Diffstat (limited to 'report.c')
-rw-r--r--report.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/report.c b/report.c
index 9b7805a3..3a728a8a 100644
--- a/report.c
+++ b/report.c
@@ -102,8 +102,7 @@ void report_Report(honggfuzz_t * hfuzz, char *s)
hfuzz->tmOut,
hfuzz->ignoreAddr,
hfuzz->asLimit,
- hfuzz->pid,
- hfuzz->dictionaryFile == NULL ? "NULL" : hfuzz->dictionaryFile);
+ hfuzz->pid, hfuzz->dictionaryFile == NULL ? "NULL" : hfuzz->dictionaryFile);
#if defined(_HF_ARCH_LINUX)
report_printdynFileMethod(hfuzz);
@@ -112,8 +111,7 @@ void report_Report(honggfuzz_t * hfuzz, char *s)
report_printTargetCmd(hfuzz);
dprintf(reportFD,
- "%s" "=====================================================================\n",
- s);
+ "%s" "=====================================================================\n", s);
return;
}