Skip to content

Commit a0878ef

Browse files
committed
alignment
1 parent d5b3c88 commit a0878ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/typeobject.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4811,7 +4811,7 @@ PyTypeObject PyType_Type = {
48114811
0, /* tp_hash */
48124812
(ternaryfunc)type_call, /* tp_call */
48134813
0, /* tp_str */
4814-
(getattrofunc)_Py_type_getattro, /* tp_getattro */
4814+
(getattrofunc)_Py_type_getattro, /* tp_getattro */
48154815
(setattrofunc)type_setattro, /* tp_setattro */
48164816
0, /* tp_as_buffer */
48174817
Py_TPFLAGS_DEFAULT | Py_TPFLAGS_HAVE_GC |

0 commit comments

Comments
 (0)