Skip to content

Commit 330f72c

Browse files
committed
Clean up some whitespace to be consistent with Python's C style.
1 parent 3296dcc commit 330f72c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Include/structseq.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifdef __cplusplus
77
extern "C" {
88
#endif
9-
9+
1010
typedef struct PyStructSequence_Field {
1111
char *name;
1212
char *doc;
@@ -21,9 +21,9 @@ typedef struct PyStructSequence_Desc {
2121

2222
extern char* PyStructSequence_UnnamedField;
2323

24-
PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
25-
PyStructSequence_Desc *desc);
26-
24+
PyAPI_FUNC(void) PyStructSequence_InitType(PyTypeObject *type,
25+
PyStructSequence_Desc *desc);
26+
2727
PyAPI_FUNC(PyObject *) PyStructSequence_New(PyTypeObject* type);
2828

2929
typedef struct {

0 commit comments

Comments
 (0)