We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3296dcc commit 330f72cCopy full SHA for 330f72c
Include/structseq.h
@@ -6,7 +6,7 @@
6
#ifdef __cplusplus
7
extern "C" {
8
#endif
9
-
+
10
typedef struct PyStructSequence_Field {
11
char *name;
12
char *doc;
@@ -21,9 +21,9 @@ typedef struct PyStructSequence_Desc {
21
22
extern char* PyStructSequence_UnnamedField;
23
24
-PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
25
- PyStructSequence_Desc *desc);
26
+PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
+ PyStructSequence_Desc *desc);
27
PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
28
29
typedef struct {
0 commit comments