aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/backends.py
diff options
context:
space:
mode:
authorAlistair Thomas <astavale@yahoo.co.uk>2017-05-27 13:43:33 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-05-29 19:32:47 +0300
commita195b78c8ded169f180d8bd6b437f52d47ce7bae (patch)
tree97e674c6ae47c5ed1ac68325d40dcc4b0330d371 /mesonbuild/backend/backends.py
parent4abef5ce2335b32e3ec75ffe06dc9af5c9942893 (diff)
downloadmeson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.zip
meson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.tar.gz
meson-a195b78c8ded169f180d8bd6b437f52d47ce7bae.tar.bz2
Whitespace tweaks to reduce Flake8 warnings
Diffstat (limited to 'mesonbuild/backend/backends.py')
-rw-r--r--mesonbuild/backend/backends.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mesonbuild/backend/backends.py b/mesonbuild/backend/backends.py
index 75974a5..4cfdd9e 100644
--- a/mesonbuild/backend/backends.py
+++ b/mesonbuild/backend/backends.py
@@ -629,7 +629,6 @@ class Backend:
return True
return False
-
def get_custom_target_sources(self, target):
'''
Custom target sources can be of various object types; strings, File,