aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/compilers.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-21 11:48:30 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-21 11:59:03 -0400
commitbb25260f001c741d419f5732da4431a548b0749d (patch)
tree682f5892f36a3ba65f54b31d10acbf67f2904db1 /mesonbuild/compilers/compilers.py
parent751d59d95238e9f2ef12202df992d54650594919 (diff)
downloadmeson-bb25260f001c741d419f5732da4431a548b0749d.zip
meson-bb25260f001c741d419f5732da4431a548b0749d.tar.gz
meson-bb25260f001c741d419f5732da4431a548b0749d.tar.bz2
flake8: Perform suggested whitespace/formatting changes
This only touches newlines, spaces, and (occaisionally) commas. Anything else is left for another commit.
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'],