Remove trailing whitespace.
[cython.git] / Cython / Plex / Errors.py
index 3c134735fd0f3fc99fa86fd4f54d05d6cc1b65b2..965e8d3517c989f2b383412b63b194be709a993f 100644 (file)
@@ -43,7 +43,7 @@ class UnrecognizedInput(PlexError):
     self.state_name = state_name
 
   def __str__(self):
-    return ("'%s', line %d, char %d: Token not recognised in state %s" 
+    return ("'%s', line %d, char %d: Token not recognised in state %s"
             % (self.position + (repr(self.state_name),)))