]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
fix indentation error after tokenizer refactoring
authorBob Halley <halley@dnspython.org>
Sun, 3 May 2020 13:42:22 +0000 (06:42 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 3 May 2020 13:42:22 +0000 (06:42 -0700)
dns/tokenizer.py

index 57d4a572ba0955b030137826e389d2c1dfbad45e..b56f97a8dd14988bf52f90734904f025b54ddc24 100644 (file)
@@ -425,7 +425,7 @@ class Tokenizer(object):
                     self._unget_char(c)
                 break
             elif self.quoting and c == '\n':
-                    raise dns.exception.SyntaxError('newline in quoted string')
+                raise dns.exception.SyntaxError('newline in quoted string')
             elif c == '\\':
                 #
                 # It's an escape.  Put it and the next character into