summaryrefslogtreecommitdiff
path: root/honggfuzz.c
diff options
context:
space:
mode:
authorrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-03-05 03:36:50 +0000
committerrobert.swiecki@gmail.com <robert.swiecki@gmail.com@f4334a76-505f-ddcd-06be-78435f765c3c>2015-03-05 03:36:50 +0000
commit4be2667082a109370534be4b61b9197ceb687364 (patch)
tree761ec7616e36e8d462c1e6e4004a38f4332a5ee6 /honggfuzz.c
parent9a5761f4a080cd8aa47549c2b3cbc25117a73bf9 (diff)
downloadhonggfuzz-4be2667082a109370534be4b61b9197ceb687364.tar.gz
A pass with astyle
Diffstat (limited to 'honggfuzz.c')
-rw-r--r--honggfuzz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/honggfuzz.c b/honggfuzz.c
index 7e96b400..f4dbbd87 100644
--- a/honggfuzz.c
+++ b/honggfuzz.c
@@ -108,7 +108,7 @@ static void usage(bool exit_success)
" Run the binary over over a dynamic file, maximize unique branches (edges):\n"
AB " " PROG_NAME " -Dp -- /usr/bin/tiffinfo -D " _HF_FILE_PLACEHOLDER AC "\n"
#endif /* defined(_HF_ARCH_LINUX) */
- );
+ );
/* *INDENT-ON* */
if (exit_success) {