From 7076bef8ba8836a19d5033f4ceb8eb9837de2301 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 15 Oct 2021 01:50:04 +0200 Subject: bpo-45434: Remove useless space in includes (GH-28963) Micro-optimize spaces! --- Include/pylifecycle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Include/pylifecycle.h') 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 -- cgit v1.2.3