summaryrefslogtreecommitdiff
path: root/Include/import.h
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2021-10-15 01:50:04 +0200
committerGitHub <noreply@github.com>2021-10-15 01:50:04 +0200
commit7076bef8ba8836a19d5033f4ceb8eb9837de2301 (patch)
tree78c28656b69a6d20a3922bc2e34939f8a4861878 /Include/import.h
parent03bbc6066ff40c62edd57612be9150dcf1b123c8 (diff)
downloadcpython-git-7076bef8ba8836a19d5033f4ceb8eb9837de2301.tar.gz
bpo-45434: Remove useless space in includes (GH-28963)
Micro-optimize spaces!
Diffstat (limited to 'Include/import.h')
-rw-r--r--Include/import.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/import.h b/Include/import.h
index aeef3efd0b..a87677bb10 100644
--- a/Include/import.h
+++ b/Include/import.h
@@ -88,7 +88,7 @@ PyAPI_FUNC(int) PyImport_AppendInittab(
#ifndef Py_LIMITED_API
# define Py_CPYTHON_IMPORT_H
-# include "cpython/import.h"
+# include "cpython/import.h"
# undef Py_CPYTHON_IMPORT_H
#endif