summaryrefslogtreecommitdiff
path: root/Include/internal
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2021-10-03 20:04:38 +0300
committerGitHub <noreply@github.com>2021-10-03 20:04:38 +0300
commite9ce081ec7fe6f45059e1de93952ad53e9c3aa74 (patch)
tree6ff80dd4a3ce34acdc08b05f4640bc98a5beb0a2 /Include/internal
parentd211e87307bb2a0b80e0a489501e892e61d879fc (diff)
downloadcpython-git-e9ce081ec7fe6f45059e1de93952ad53e9c3aa74.tar.gz
[3.9] Remove trailing spaces (GH-28710)
Diffstat (limited to 'Include/internal')
-rw-r--r--Include/internal/pycore_code.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_code.h b/Include/internal/pycore_code.h
index 88956f109b..a1bd6a0bc0 100644
--- a/Include/internal/pycore_code.h
+++ b/Include/internal/pycore_code.h
@@ -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 */