Remove trailing whitespace.
[cython.git] / tests / compile / huss2.pyx
index 061f256676443436c93794646c6f377faacf0755..92e2d475a92dfa02993607a98acf8f3f34d8c34f 100644 (file)
@@ -6,7 +6,7 @@ cdef enum Color:
 cdef void f():
     cdef Color e
     cdef int i
-    
+
     i = red
     i = red + 1
     i = red | 1