[diffoscope] 01/02: Use 4 spaces for indentation in XML comparator.

Chris Lamb chris at chris-lamb.co.uk
Tue Aug 15 19:35:28 CEST 2017


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

lamby pushed a commit to branch master
in repository diffoscope.

commit 0595191e4c0b68484f9e750f33933025594da32a
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Aug 15 10:34:31 2017 -0700

    Use 4 spaces for indentation in XML comparator.
    
    Gbp-Dch: ignore
---
 diffoscope/comparators/xml.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/xml.py b/diffoscope/comparators/xml.py
index f9c8496..f88458e 100644
--- a/diffoscope/comparators/xml.py
+++ b/diffoscope/comparators/xml.py
@@ -84,7 +84,7 @@ class XMLFile(File):
             False if file is not a XML File, True otherwise
         """
         if not super().recognizes(file):
-          return False
+            return False
 
         with open(file.path) as f:
             try:

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


More information about the diffoscope mailing list