bpo-45434: Remove useless space in includes (GH-28963)

Micro-optimize spaces!
This commit is contained in:
Victor Stinner
2021-10-15 01:50:04 +02:00
committed by GitHub
parent 03bbc6066f
commit 7076bef8ba
24 changed files with 26 additions and 28 deletions

View File

@@ -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