meson/mesonbuild/backend
Jon Turney 99b0a7acda Fix flake8 whitespace reports
$ flake8 | grep -E '(E128|E203|E221|E226|E303|W291|W293)'
./mesonbuild/backend/backends.py:32:1: E303 too many blank lines (3)
./mesonbuild/modules/i18n.py:90:56: E128 continuation line under-indented for visual indent
2018-10-24 19:11:46 +03:00
..
__init__.py Moved backends to their own module. 2016-01-23 20:02:52 +02:00
backends.py Fix flake8 whitespace reports 2018-10-24 19:11:46 +03:00
ninjabackend.py Skip creating a PDB file if a debug build hasn't been requested 2018-10-20 23:53:29 +03:00
vs2010backend.py Added "native" kwarg to add_XXX_args. Closes #3669. 2018-08-22 23:22:48 +03:00
vs2015backend.py Whitespace tweaks to reduce Flake8 warnings 2017-05-29 19:32:47 +03:00
vs2017backend.py VS: Add /DEBUG to linker to generate debug information 2017-11-30 22:36:28 +02:00
xcodebackend.py Pass arguments from in xcode projects 2018-10-08 21:31:15 +03:00