Commit 6056c8c4 authored by Stefan Behnel's avatar Stefan Behnel

whitespace fix

parent 91a07c8c
......@@ -156,7 +156,7 @@ cdef class array:
cdef char order
if mode == 'fortran':
order = 'F'
self.mode =u'fortran'
self.mode = u'fortran'
else:
order = 'C'
self.mode = u'c'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment