Skip to content

Commit 04b3252

Browse files
committed
Fix indentation.
1 parent d720d9a commit 04b3252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ctypes/_ctypes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5326,7 +5326,7 @@ Pointer_item(PyObject *myself, Py_ssize_t index)
53265326
offset = index * iteminfo->size;
53275327

53285328
return PyCData_get(st, proto, stginfo->getfunc, (PyObject *)self,
5329-
index, size, (char *)((char *)deref + offset));
5329+
index, size, (char *)((char *)deref + offset));
53305330
}
53315331

53325332
static int

0 commit comments

Comments
 (0)