diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-10-03 17:03:49 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-10-03 23:40:48 (GMT) |
commit | edf190b97efe02c4acc05c3cfc71edbda34af261 (patch) | |
tree | b1783cda6619706831d22d2bdbd426af196348e3 /Include | |
parent | 2c47b8080b030ad9cdae96a02fa1e533806eb22a (diff) | |
download | cpython-edf190b97efe02c4acc05c3cfc71edbda34af261.zip cpython-edf190b97efe02c4acc05c3cfc71edbda34af261.tar.gz cpython-edf190b97efe02c4acc05c3cfc71edbda34af261.tar.bz2 |
[3.10] Remove trailing spaces (GH-28709)
Diffstat (limited to 'Include')
-rw-r--r-- | Include/internal/pycore_code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/internal/pycore_code.h b/Include/internal/pycore_code.h index f1e89d9..8ff1863 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 */ |