bpo-45434: Remove useless space in includes (GH-28963)
Micro-optimize spaces!
This commit is contained in:
@@ -103,11 +103,9 @@ PyAPI_FUNC(PyObject *) PyCMethod_New(PyMethodDef *, PyObject *,
|
||||
|
||||
|
||||
#ifndef Py_LIMITED_API
|
||||
|
||||
#define Py_CPYTHON_METHODOBJECT_H
|
||||
#include "cpython/methodobject.h"
|
||||
#undef Py_CPYTHON_METHODOBJECT_H
|
||||
|
||||
# define Py_CPYTHON_METHODOBJECT_H
|
||||
# include "cpython/methodobject.h"
|
||||
# undef Py_CPYTHON_METHODOBJECT_H
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user