aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/base.py
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2020-02-14 13:08:46 +0100
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2020-02-17 01:10:40 +0530
commit08d8cfbbb676913398aed2f9d3d5253d1aef9735 (patch)
treea1c06d79aaeb3ae0d27c163c6d0b46b87e8efdc8 /mesonbuild/dependencies/base.py
parent97274621a557214f5bba41fda57efcce71e06b00 (diff)
downloadmeson-08d8cfbbb676913398aed2f9d3d5253d1aef9735.zip
meson-08d8cfbbb676913398aed2f9d3d5253d1aef9735.tar.gz
meson-08d8cfbbb676913398aed2f9d3d5253d1aef9735.tar.bz2
base.py: remove trailing whitespace
Diffstat (limited to 'mesonbuild/dependencies/base.py')
-rw-r--r--mesonbuild/dependencies/base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mesonbuild/dependencies/base.py b/mesonbuild/dependencies/base.py
index a83e3d6..fac7435 100644
--- a/mesonbuild/dependencies/base.py
+++ b/mesonbuild/dependencies/base.py
@@ -1661,8 +1661,8 @@ class DubDependency(ExternalDependency):
lib_file_name = os.path.basename(default_path)
module_build_path = os.path.join(module_path, '.dub', 'build')
- # If default_path is a path to lib file and
- # directory of lib don't have subdir '.dub/build'
+ # If default_path is a path to lib file and
+ # directory of lib don't have subdir '.dub/build'
if not os.path.isdir(module_build_path) and os.path.isfile(default_path):
if folder_only:
return module_path