aboutsummaryrefslogtreecommitdiff
path: root/Include/pylifecycle.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-10-15 01:50:04 +0200
committerGitHub <noreply@github.com>2021-10-15 01:50:04 +0200
commit7076bef8ba8836a19d5033f4ceb8eb9837de2301 (patch)
tree78c28656b69a6d20a3922bc2e34939f8a4861878 /Include/pylifecycle.h
parent03bbc6066ff40c62edd57612be9150dcf1b123c8 (diff)
downloadcpython3-7076bef8ba8836a19d5033f4ceb8eb9837de2301.tar.gz
bpo-45434: Remove useless space in includes (GH-28963)
Micro-optimize spaces!
Diffstat (limited to 'Include/pylifecycle.h')
-rw-r--r--Include/pylifecycle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pylifecycle.h b/Include/pylifecycle.h
index 9b2dd0868e..4aecda235a 100644
--- a/Include/pylifecycle.h
+++ b/Include/pylifecycle.h
@@ -64,7 +64,7 @@ PyAPI_FUNC(PyOS_sighandler_t) PyOS_setsig(int, PyOS_sighandler_t);
#ifndef Py_LIMITED_API
# define Py_CPYTHON_PYLIFECYCLE_H
-# include "cpython/pylifecycle.h"
+# include "cpython/pylifecycle.h"
# undef Py_CPYTHON_PYLIFECYCLE_H
#endif