mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
s/tabs/spaces, and clean trailing whitespace
This commit is contained in:
parent
3f17bcd4a1
commit
e1f107e981
1 changed files with 27 additions and 28 deletions
|
|
@ -16,7 +16,6 @@ extern "C" {
|
||||||
pointer is NULL. */
|
pointer is NULL. */
|
||||||
|
|
||||||
typedef struct PyMemberDef {
|
typedef struct PyMemberDef {
|
||||||
/* Current version, use this */
|
|
||||||
char *name;
|
char *name;
|
||||||
int type;
|
int type;
|
||||||
Py_ssize_t offset;
|
Py_ssize_t offset;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue