summaryrefslogtreecommitdiffstats
path: root/Include/listobject.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-10-14 23:50:04 (GMT)
committerGitHub <noreply@github.com>2021-10-14 23:50:04 (GMT)
commit7076bef8ba8836a19d5033f4ceb8eb9837de2301 (patch)
tree78c28656b69a6d20a3922bc2e34939f8a4861878 /Include/listobject.h
parent03bbc6066ff40c62edd57612be9150dcf1b123c8 (diff)
downloadcpython-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/listobject.h')
-rw-r--r--Include/listobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/listobject.h b/Include/listobject.h
index 2a8a255..eff42c1 100644
--- a/Include/listobject.h
+++ b/Include/listobject.h
@@ -42,7 +42,7 @@ PyAPI_FUNC(PyObject *) PyList_AsTuple(PyObject *);
#ifndef Py_LIMITED_API
# define Py_CPYTHON_LISTOBJECT_H
-# include "cpython/listobject.h"
+# include "cpython/listobject.h"
# undef Py_CPYTHON_LISTOBJECT_H
#endif