Remove trailing whitespace.
[cython.git] / tests / compile / ia_cdefblock.pyx
index b542466b65c799d2572e816dfd77db39f8290d58..57ecfcca7dc354daafb7c1244232c78bcfe2da9f 100644 (file)
@@ -4,7 +4,7 @@ cdef:
         int i
 
     int priv_i
-    
+
     void priv_f():
         global priv_i
         priv_i = 42
@@ -13,12 +13,12 @@ cdef public:
 
     struct PubFoo:
         int i
-    
+
     int pub_v
-    
+
     void pub_f():
         pass
-    
+
     class PubBlarg [object PubBlargObj, type PubBlargType]:
         pass