]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45434: Remove useless space in includes (GH-28963)
authorVictor Stinner <vstinner@python.org>
Thu, 14 Oct 2021 23:50:04 +0000 (01:50 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Oct 2021 23:50:04 +0000 (01:50 +0200)
commit7076bef8ba8836a19d5033f4ceb8eb9837de2301
tree78c28656b69a6d20a3922bc2e34939f8a4861878
parent03bbc6066ff40c62edd57612be9150dcf1b123c8
bpo-45434: Remove useless space in includes (GH-28963)

Micro-optimize spaces!
24 files changed:
Include/abstract.h
Include/bytearrayobject.h
Include/bytesobject.h
Include/ceval.h
Include/code.h
Include/dictobject.h
Include/fileobject.h
Include/fileutils.h
Include/frameobject.h
Include/import.h
Include/interpreteridobject.h
Include/listobject.h
Include/methodobject.h
Include/object.h
Include/objimpl.h
Include/pyerrors.h
Include/pylifecycle.h
Include/pymem.h
Include/pystate.h
Include/pythonrun.h
Include/sysmodule.h
Include/traceback.h
Include/tupleobject.h
Include/unicodeobject.h