[diffoscope] 02/05: comparators.image: Reflow indentation.

Chris Lamb chris at chris-lamb.co.uk
Sun Jan 15 12:52:37 CET 2017


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

lamby pushed a commit to branch master
in repository diffoscope.

commit d9ab3e2f6a2d2cf294bcd4a91ef6af68dc0e9fc1
Author: Chris Lamb <lamby at debian.org>
Date:   Sun Jan 15 22:28:35 2017 +1100

    comparators.image: Reflow indentation.
    
    Gbp-Dch: ignore
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 diffoscope/comparators/image.py | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/diffoscope/comparators/image.py b/diffoscope/comparators/image.py
index 47ff4c2..0bfe39d 100644
--- a/diffoscope/comparators/image.py
+++ b/diffoscope/comparators/image.py
@@ -87,8 +87,12 @@ class JPEGImageFile(File):
     def compare_details(self, other, source=None):
         return [
             Difference.from_command(Img2Txt, self.path, other.path),
-            Difference.from_command(Identify,self.path, other.path,
-                                    source='Image metadata'),
+            Difference.from_command(
+                Identify,
+                self.path,
+                other.path,
+                source="Image metadata",
+            ),
         ]
 
 class ICOImageFile(File):
@@ -107,8 +111,12 @@ class ICOImageFile(File):
 
         return [
             Difference.from_command(Img2Txt, *xs),
-            Difference.from_command(Identify, self.path, other.path,
-                                    source='Image metadata'),
+            Difference.from_command(
+                Identify,
+                self.path,
+                other.path,
+                source="Image metadata",
+            ),
         ]
 
     @staticmethod

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


More information about the diffoscope mailing list