Remove trailing whitespace.
[cython.git] / tests / broken / getattr.pyx
1 cdef class Spam:
2     cdef public object eggs
3
4     def __getattr__(self, name):
5         print "Spam getattr:", name