diff --git a/tests/expectations/linestyle_cr.pyx b/tests/expectations/linestyle_cr.pyx index 3a51e64..945bc0e 100644 --- a/tests/expectations/linestyle_cr.pyx +++ b/tests/expectations/linestyle_cr.pyx @@ -1 +1 @@ -from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t cdef extern from *: ctypedef bint bool ctypedef struct va_list cdef extern from *: ctypedef struct Dummy: int32_t x; float y; void root(Dummy d); \ No newline at end of file +from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t cdef extern from *: ctypedef bint bool ctypedef struct va_list cdef extern from *: ctypedef struct Dummy: int32_t x; float y; void root(Dummy d); \ No newline at end of file diff --git a/tests/expectations/linestyle_cr.tag.pyx b/tests/expectations/linestyle_cr.tag.pyx index c908b34..4918d64 100644 --- a/tests/expectations/linestyle_cr.tag.pyx +++ b/tests/expectations/linestyle_cr.tag.pyx @@ -1 +1 @@ -from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t cdef extern from *: ctypedef bint bool ctypedef struct va_list cdef extern from *: cdef struct Dummy: int32_t x; float y; void root(Dummy d); \ No newline at end of file +from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t cdef extern from *: ctypedef bint bool ctypedef struct va_list cdef extern from *: cdef struct Dummy: int32_t x; float y; void root(Dummy d); \ No newline at end of file diff --git a/tests/expectations/linestyle_crlf.pyx b/tests/expectations/linestyle_crlf.pyx index 9a2a90e..830158e 100644 --- a/tests/expectations/linestyle_crlf.pyx +++ b/tests/expectations/linestyle_crlf.pyx @@ -1,13 +1,13 @@ -from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t -from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t -cdef extern from *: - ctypedef bint bool - ctypedef struct va_list - -cdef extern from *: - - ctypedef struct Dummy: - int32_t x; - float y; - - void root(Dummy d); +from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t +from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t +cdef extern from *: + ctypedef bint bool + ctypedef struct va_list + +cdef extern from *: + + ctypedef struct Dummy: + int32_t x; + float y; + + void root(Dummy d); diff --git a/tests/expectations/linestyle_crlf.tag.pyx b/tests/expectations/linestyle_crlf.tag.pyx index afb0b5d..60cc864 100644 --- a/tests/expectations/linestyle_crlf.tag.pyx +++ b/tests/expectations/linestyle_crlf.tag.pyx @@ -1,13 +1,13 @@ -from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t -from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t -cdef extern from *: - ctypedef bint bool - ctypedef struct va_list - -cdef extern from *: - - cdef struct Dummy: - int32_t x; - float y; - - void root(Dummy d); +from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t +from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t +cdef extern from *: + ctypedef bint bool + ctypedef struct va_list + +cdef extern from *: + + cdef struct Dummy: + int32_t x; + float y; + + void root(Dummy d);