]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Align comment for better readability. (GH-26192)
authorKazantcev Andrey <45011689+heckad@users.noreply.github.com>
Fri, 4 Jun 2021 21:41:23 +0000 (00:41 +0300)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 21:41:23 +0000 (18:41 -0300)
Modules/_ctypes/_ctypes.c

index 5f8a723f6373ae2ef618cfd3d1e0c5d1bdbcdca9..b31e912933450a0afea40303d574c2e822367985 100644 (file)
@@ -24,16 +24,16 @@ Name                    methods, members, getsets
 ==============================================================================
 
 PyCStructType_Type              __new__(), from_address(), __mul__(), from_param()
-UnionType_Type          __new__(), from_address(), __mul__(), from_param()
-PyCPointerType_Type     __new__(), from_address(), __mul__(), from_param(), set_type()
+UnionType_Type                  __new__(), from_address(), __mul__(), from_param()
+PyCPointerType_Type             __new__(), from_address(), __mul__(), from_param(), set_type()
 PyCArrayType_Type               __new__(), from_address(), __mul__(), from_param()
 PyCSimpleType_Type              __new__(), from_address(), __mul__(), from_param()
 
 PyCData_Type
-  Struct_Type           __new__(), __init__()
+  Struct_Type                   __new__(), __init__()
   PyCPointer_Type               __new__(), __init__(), _as_parameter_, contents
-  PyCArray_Type         __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
-  Simple_Type           __new__(), __init__(), _as_parameter_
+  PyCArray_Type                 __new__(), __init__(), _as_parameter_, __get/setitem__(), __len__()
+  Simple_Type                   __new__(), __init__(), _as_parameter_
 
 PyCField_Type
 PyCStgDict_Type