base.py: remove trailing whitespace

pull/5967/head
Gerion Entrup 5 years ago committed by Nirbheek Chauhan
parent 97274621a5
commit 08d8cfbbb6
  1. 4
      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

Loading…
Cancel
Save