mirror of
https://github.com/python/cpython.git
synced 2025-12-07 17:57:56 +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. */
|
||||
|
||||
typedef struct PyMemberDef {
|
||||
/* Current version, use this */
|
||||
char *name;
|
||||
int type;
|
||||
Py_ssize_t offset;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue