From 4e37e12c06dda8914dac5175e2f02d3106a3ac9f Mon Sep 17 00:00:00 2001 From: van Hauser Date: Fri, 28 Feb 2020 00:19:36 +0100 Subject: code-format --- gcc_plugin/afl-gcc-fast.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gcc_plugin/afl-gcc-fast.c') diff --git a/gcc_plugin/afl-gcc-fast.c b/gcc_plugin/afl-gcc-fast.c index 28190f93..b79e2c34 100644 --- a/gcc_plugin/afl-gcc-fast.c +++ b/gcc_plugin/afl-gcc-fast.c @@ -330,7 +330,9 @@ int main(int argc, char** argv, char** envp) { exit(1); - } else if ((isatty(2) && !getenv("AFL_QUIET")) || getenv("AFL_DEBUG") != NULL) { + } else if ((isatty(2) && !getenv("AFL_QUIET")) || + + getenv("AFL_DEBUG") != NULL) { SAYF(cCYA "afl-gcc-fast" VERSION cRST " initially by , maintainer: hexcoder-\n"); -- cgit 1.4.1