bpo-44854: Remove trailing whitespaces (GH-27689)

This commit is contained in:
Serhiy Storchaka 2021-08-09 21:32:54 +03:00 committed by GitHub
parent 7d14fdb03c
commit 058fb35b57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 15 additions and 15 deletions

View file

@ -576,7 +576,7 @@ static PyGetSetDef ga_properties[] = {
};
/* A helper function to create GenericAlias' args tuple and set its attributes.
* Returns 1 on success, 0 on failure.
* Returns 1 on success, 0 on failure.
*/
static inline int
setup_ga(gaobject *alias, PyObject *origin, PyObject *args) {