Skip to content

Commit 2780df4

Browse files
authored
Align comment for better readability. (GH-26192)
1 parent 7459208 commit 2780df4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Modules/_ctypes/_ctypes.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ Name methods, members, getsets
2424
==============================================================================
2525
2626
PyCStructType_Type __new__(), from_address(), __mul__(), from_param()
27-
UnionType_Type __new__(), from_address(), __mul__(), from_param()
28-
PyCPointerType_Type __new__(), from_address(), __mul__(), from_param(), set_type()
27+
UnionType_Type __new__(), from_address(), __mul__(), from_param()
28+
PyCPointerType_Type __new__(), from_address(), __mul__(), from_param(), set_type()
2929
PyCArrayType_Type __new__(), from_address(), __mul__(), from_param()
3030
PyCSimpleType_Type __new__(), from_address(), __mul__(), from_param()
3131
3232
PyCData_Type
33-
Struct_Type __new__(), __init__()
33+
Struct_Type __new__(), __init__()
3434
PyCPointer_Type __new__(), __init__(), _as_parameter_, contents
35-
PyCArray_Type __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
36-
Simple_Type __new__(), __init__(), _as_parameter_
35+
PyCArray_Type __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
36+
Simple_Type __new__(), __init__(), _as_parameter_
3737
3838
PyCField_Type
3939
PyCStgDict_Type

0 commit comments

Comments
 (0)