From a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 7 Aug 2014 12:34:35 +0300 Subject: Kill end of line whitespace dead. --- mparser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mparser.py') diff --git a/mparser.py b/mparser.py index b80a46d..91e3021 100644 --- a/mparser.py +++ b/mparser.py @@ -30,7 +30,7 @@ class Token: self.lineno = lineno self.colno = colno self.value = value - + def __eq__(self, other): if isinstance(other, str): return self.tid == other @@ -273,7 +273,7 @@ class ArgumentNode(): # comparison, plus and multiplication would go here # 5 negation # 6 funcall, method call -# 7 parentheses +# 7 parentheses # 8 plain token class Parser: -- cgit v1.1