Remove trailing whitespace.
[cython.git] / tests / compile / for.pyx
index d56c7a4800dcd7a75b460101e3e2add3044cbc59..ec9eab89b26dd1e92e99cea7cc9147d0f3004ed7 100644 (file)
@@ -6,21 +6,21 @@ def f(a, b, c):
         i = 2
         break
         i = 3
-    
+
     for i in b:
         i = 1
-    
+
     for a in "spam":
         i = 1
-    
+
     for a[b] in c:
         i = 1
-    
+
     for a,b in c:
         i = 1
-    
+
     for a in b,c:
         i = 1
 
-    
-    
+
+