Skip to content

Commit 03d306a

Browse files
committed
code format
1 parent 0278eb5 commit 03d306a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/afl-cc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3549,8 +3549,8 @@ int main(int argc, char **argv, char **envp) {
35493549

35503550
maybe_usage(aflcc, argc, argv);
35513551

3552-
if (aflcc->instrument_mode == INSTRUMENT_GCC || aflcc->instrument_mode ==
3553-
INSTRUMENT_CLANG) {
3552+
if (aflcc->instrument_mode == INSTRUMENT_GCC ||
3553+
aflcc->instrument_mode == INSTRUMENT_CLANG) {
35543554

35553555
FATAL(
35563556
"afl-gcc/afl-clang are obsolete and has been removed. Use "

0 commit comments

Comments
 (0)