Skip to content

Commit a17b448

Browse files
committed
format
1 parent 17cefce commit a17b448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzzers/libafl/fuzzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def build(): # pylint: disable=too-many-branches,too-many-statements
4949
os.environ['UBSAN_OPTIONS'] = 'abort_on_error=0'
5050

5151
cflags = ['--libafl']
52-
cxxflags = ['--libafl', '--std=c++14']
52+
cxxflags = ['--libafl', '--std=c++14']
5353
utils.append_flags('CFLAGS', cflags)
5454
utils.append_flags('CXXFLAGS', cxxflags)
5555
utils.append_flags('LDFLAGS', cflags)

0 commit comments

Comments
 (0)