Commit 4a179efd authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Restore indentation.

parent d85355b4
......@@ -410,8 +410,8 @@ compatible types.::
cdef void* ptr
def __dealloc__(self):
if self.ptr != NULL:
free(self.ptr)
if self.ptr != NULL:
free(self.ptr)
@staticmethod
cdef create(void* ptr):
......
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