mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
bpo-45434: Remove useless space in includes (GH-28963)
Micro-optimize spaces!
This commit is contained in:
parent
03bbc6066f
commit
7076bef8ba
24 changed files with 26 additions and 28 deletions
|
@ -103,11 +103,9 @@ PyAPI_FUNC(PyObject *) PyCMethod_New(PyMethodDef *, PyObject *,
|
||||||
|
|
||||||
|
|
||||||
#ifndef Py_LIMITED_API
|
#ifndef Py_LIMITED_API
|
||||||
|
# define Py_CPYTHON_METHODOBJECT_H
|
||||||
#define Py_CPYTHON_METHODOBJECT_H
|
# include "cpython/methodobject.h"
|
||||||
#include "cpython/methodobject.h"
|
# undef Py_CPYTHON_METHODOBJECT_H
|
||||||
#undef Py_CPYTHON_METHODOBJECT_H
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue