From bb25260f001c741d419f5732da4431a548b0749d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 21 Sep 2017 11:48:30 -0400 Subject: flake8: Perform suggested whitespace/formatting changes This only touches newlines, spaces, and (occaisionally) commas. Anything else is left for another commit. --- mesonbuild/compilers/c.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'mesonbuild/compilers/c.py') diff --git a/mesonbuild/compilers/c.py b/mesonbuild/compilers/c.py index 255a506..98b2fbc 100644 --- a/mesonbuild/compilers/c.py +++ b/mesonbuild/compilers/c.py @@ -1025,5 +1025,3 @@ class VisualStudioCCompiler(CCompiler): # and the can not be called. return None return vs32_instruction_set_args.get(instruction_set, None) - - -- cgit v1.1