]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
turn tab into spaces
authorBob Halley <halley@dnspython.org>
Sun, 31 Mar 2013 11:32:04 +0000 (12:32 +0100)
committerBob Halley <halley@dnspython.org>
Sun, 31 Mar 2013 11:32:04 +0000 (12:32 +0100)
dns/node.py

index 630e32a1279f094d0e5589e740e19f0c825d0a25..75c080119616ccfcf813d650516fea779b647cd4 100644 (file)
@@ -50,7 +50,7 @@ class Node(object):
         s = io.StringIO()
         for rds in self.rdatasets:
             if len(rds) > 0:
-               print(rds.to_text(name, **kw), file=s)
+                print(rds.to_text(name, **kw), file=s)
         return s.getvalue()[:-1]
 
     def __repr__(self):