[3.10] Remove trailing spaces (GH-28709)

This commit is contained in:
Serhiy Storchaka 2021-10-03 20:03:49 +03:00 committed by Pablo Galindo
parent 2c47b8080b
commit edf190b97e
No known key found for this signature in database
GPG key ID: FFE87404168BD847
15 changed files with 17 additions and 17 deletions

View file

@ -3,7 +3,7 @@
#ifdef __cplusplus
extern "C" {
#endif
typedef struct {
PyObject *ptr; /* Cached pointer (borrowed reference) */
uint64_t globals_ver; /* ma_version of global dict */