Remove trailing whitespace.
[cython.git] / tests / broken / cdefexternblock.pyx
1 cdef extern from "cheese.h":
2
3     ctypedef int camembert
4
5     struct roquefort:
6         int x
7
8     char *swiss
9
10     void cheddar()
11
12     class external.runny [object runny_obj]:
13         cdef int a
14         def __init__(self):
15             pass
16
17 cdef runny r
18 r = x
19 r.a = 42