Commit 77c83128 authored by Julian Gethmann's avatar Julian Gethmann

runtest: delete trailing spaces

parent 3c7e61ac
......@@ -257,7 +257,7 @@ def update_cpp11_extension(ext):
compiler_version = gcc_version.group(1)
if float(compiler_version) > 4.8:
ext.extra_compile_args.extend("-std=c++11")
return ext
return ext
return EXCLUDE_EXT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment