Clean up some whitespace to be consistent with Python's C style.
This commit is contained in:
parent
3296dcc65d
commit
330f72c6df
@ -6,7 +6,7 @@
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef struct PyStructSequence_Field {
|
typedef struct PyStructSequence_Field {
|
||||||
char *name;
|
char *name;
|
||||||
char *doc;
|
char *doc;
|
||||||
@ -21,9 +21,9 @@ typedef struct PyStructSequence_Desc {
|
|||||||
|
|
||||||
extern char* PyStructSequence_UnnamedField;
|
extern char* PyStructSequence_UnnamedField;
|
||||||
|
|
||||||
PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
|
PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
|
||||||
PyStructSequence_Desc *desc);
|
PyStructSequence_Desc *desc);
|
||||||
|
|
||||||
PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
|
PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user