diff options
author | Gerion Entrup <gerion.entrup@flump.de> | 2020-02-14 13:08:46 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2020-02-17 01:10:40 +0530 |
commit | 08d8cfbbb676913398aed2f9d3d5253d1aef9735 (patch) | |
tree | a1c06d79aaeb3ae0d27c163c6d0b46b87e8efdc8 | |
parent | 97274621a557214f5bba41fda57efcce71e06b00 (diff) | |
download | meson-08d8cfbbb676913398aed2f9d3d5253d1aef9735.zip meson-08d8cfbbb676913398aed2f9d3d5253d1aef9735.tar.gz meson-08d8cfbbb676913398aed2f9d3d5253d1aef9735.tar.bz2 |
base.py: remove trailing whitespace
-rw-r--r-- | mesonbuild/dependencies/base.py | 4 |
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 |