Skip to content

Commit 56fd7e9

Browse files
erlend-aaslandkumaraditya303
authored andcommitted
sort
1 parent 4b4f8f9 commit 56fd7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ctypes/ctypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ typedef struct {
3636
PyTypeObject *DictRemover_Type;
3737
PyTypeObject *PyCArg_Type;
3838
PyTypeObject *PyCField_Type;
39+
PyTypeObject *PyCStgDict_Type;
3940
PyTypeObject *PyCThunk_Type;
4041
#ifdef MS_WIN32
4142
PyTypeObject *PyComError_Type;
4243
#endif
4344
PyTypeObject *StructParam_Type;
44-
PyTypeObject *PyCStgDict_Type;
4545
} ctypes_state;
4646

4747
extern ctypes_state global_state;

0 commit comments

Comments
 (0)