diff options
author | Victor Stinner <vstinner@python.org> | 2021-10-14 23:50:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 23:50:04 (GMT) |
commit | 7076bef8ba8836a19d5033f4ceb8eb9837de2301 (patch) | |
tree | 78c28656b69a6d20a3922bc2e34939f8a4861878 /Include/object.h | |
parent | 03bbc6066ff40c62edd57612be9150dcf1b123c8 (diff) | |
download | cpython-7076bef8ba8836a19d5033f4ceb8eb9837de2301.zip cpython-7076bef8ba8836a19d5033f4ceb8eb9837de2301.tar.gz cpython-7076bef8ba8836a19d5033f4ceb8eb9837de2301.tar.bz2 |
bpo-45434: Remove useless space in includes (GH-28963)
Micro-optimize spaces!
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h index 7f050b8..33df303 100644 --- a/Include/object.h +++ b/Include/object.h @@ -724,7 +724,7 @@ times. #ifndef Py_LIMITED_API # define Py_CPYTHON_OBJECT_H -# include "cpython/object.h" +# include "cpython/object.h" # undef Py_CPYTHON_OBJECT_H #endif |