Remove trailing whitespace.
[cython.git] / Cython / Compiler / Tests / TestDecorators.py
index 7f494351b8b16a8ef032554556858333f716a56e..5b9286f86371ddf1978ba72bb751f52234e16e75 100644 (file)
@@ -12,7 +12,7 @@ class TestDecorator(TransformTest):
         def decorated():
             pass
         """)
-        
+
         self.assertCode(u"""
         def decorator(fun):
             return fun