Skip to content

Commit 5d5a8b3

Browse files
Appease flake8 by fixing indentation in ext_dce.pyx
1 parent 3918605 commit 5d5a8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gssapi/raw/ext_dce.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ cdef class IOV:
168168
self._iov = <gss_iov_buffer_desc *>calloc(
169169
self.iov_len, sizeof(gss_iov_buffer_desc))
170170
if self._iov is NULL:
171-
raise MemoryError("Cannot calloc for IOV buffer array")
171+
raise MemoryError("Cannot calloc for IOV buffer array")
172172

173173
for i in range(self.iov_len):
174174
buff = self._buffs[i]

0 commit comments

Comments
 (0)