Remove trailing whitespace.
[cython.git] / tests / errors / e_badtypeuse.pyx
index ce29c0550935b53483da0d291a2d307addf7a9a7..70c4166fd698baead97d69f96fe842cd4f8f7c1f 100644 (file)
@@ -19,7 +19,7 @@ cdef f(Grail g,   # incomplete argument type
        void v,         # incomplete argument type
        int a[]):
                pass
-        
+
 cdef NoSuchType* ptr
 ptr = None             # This should not produce another error