[diffoscope] 01/05: comparators.utils.container: Ensure we use a multiple of 4 spaces.

Chris Lamb chris at chris-lamb.co.uk
Thu Jan 11 10:59:48 CET 2018


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository diffoscope.

commit 066b09fb7fc601cd6095907ca43df2dc2afa958c
Author: Chris Lamb <lamby at debian.org>
Date:   Thu Jan 11 12:40:53 2018 +0530

    comparators.utils.container: Ensure we use a multiple of 4 spaces.
---
 diffoscope/comparators/utils/container.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/utils/container.py b/diffoscope/comparators/utils/container.py
index a03aed9..4ba1be2 100644
--- a/diffoscope/comparators/utils/container.py
+++ b/diffoscope/comparators/utils/container.py
@@ -71,7 +71,7 @@ class Container(object, metaclass=abc.ABCMeta):
         raise NotImplementedError()
 
     def get_path_name(self, dest_dir):
-      return os.path.join(dest_dir, str(uuid.uuid4()))
+        return os.path.join(dest_dir, str(uuid.uuid4()))
 
     def get_filtered_members(self):
         # If your get_member implementation is O(n) then this will be O(n^2)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list