Remove trailing whitespace.
[cython.git] / tests / run / r_pythonapi.pyx
index 8557d17f40fb17775ba57198a5dbf2baf5259a49..daeb95caffb04363ec9158f442781a13bfddd637 100644 (file)
@@ -12,7 +12,7 @@ cdef extern from "string.h":
     void memcpy(char *d, char *s, int n)
 
 from cpython cimport PyUnicode_DecodeUTF8
-    
+
 def spam():
     cdef char buf[12]
     memcpy(buf, "Ftang\0Ftang!", sizeof(buf))