s/tabs/spaces, and clean trailing whitespace

This commit is contained in:
Eli Bendersky 2012-05-23 07:09:08 +03:00
parent 3f17bcd4a1
commit e1f107e981

View file

@ -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;