From: Mathieu Bridon <[email protected]>

Why did I submit this like that in the first place? :x
---
 src/pyrpkg/sources.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pyrpkg/sources.py b/src/pyrpkg/sources.py
index 9c3b22e..ea49ea6 100644
--- a/src/pyrpkg/sources.py
+++ b/src/pyrpkg/sources.py
@@ -92,9 +92,9 @@ class SourcesFile(object):
 
 class SourceFileEntry(object):
     def __init__(self, hashtype, file, hash):
-            self.hashtype = hashtype.lower()
-            self.hash = hash
-            self.file = file
+        self.hashtype = hashtype.lower()
+        self.hash = hash
+        self.file = file
 
     def __str__(self):
         return '%s (%s) = %s\n' % (self.hashtype.upper(), self.file,
-- 
2.1.0

--
buildsys mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/buildsys

Reply via email to