aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2017-09-22 21:33:34 +0300
committerGitHub <noreply@github.com>2017-09-22 21:33:34 +0300
commitbe0aa7fd740d5808975868e32649c464e031f526 (patch)
treee4bd6488d66a602edb3ba65e97ff12834974edac /mesonbuild/compilers/compilers.py
parent2ab4b397a85071fc3c10cfab60373e9ad88e5d0f (diff)
parent68d4c1e559fef510e257b36d69fd907b16830efd (diff)
downloadmeson-be0aa7fd740d5808975868e32649c464e031f526.zip
meson-be0aa7fd740d5808975868e32649c464e031f526.tar.gz
meson-be0aa7fd740d5808975868e32649c464e031f526.tar.bz2
Merge pull request #2357 from LukeShu/flake8
Bring into compliance with flake8
Diffstat (limited to 'mesonbuild/compilers/compilers.py')
-rw-r--r--mesonbuild/compilers/compilers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/compilers/compilers.py b/mesonbuild/compilers/compilers.py
index c431194..89208e0 100644
--- a/mesonbuild/compilers/compilers.py
+++ b/mesonbuild/compilers/compilers.py
@@ -252,7 +252,7 @@ vs32_instruction_set_args = {'mmx': ['/arch:SSE'], # There does not seem to be a
'avx': ['/arch:AVX'],
'avx2': ['/arch:AVX2'],
'neon': None,
-}
+ }
# The 64 bit compiler defaults to /arch:avx.
vs64_instruction_set_args = {'mmx': ['/arch:AVX'],