diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2021-10-03 20:03:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 20:03:49 +0300 |
commit | 93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e (patch) | |
tree | 7d119733b0de07024169d68ac5af8ac63422023f /Objects/obmalloc.c | |
parent | 5ba61f488da2e092a81c3d126c5827dad6ab2006 (diff) | |
download | cpython-git-93242d7a2ad8c22f72ff84b63ed9046d32f6aa8e.tar.gz |
[3.10] Remove trailing spaces (GH-28709)
Diffstat (limited to 'Objects/obmalloc.c')
-rw-r--r-- | Objects/obmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c index c1c12797ab..1e06bee5c5 100644 --- a/Objects/obmalloc.c +++ b/Objects/obmalloc.c @@ -3035,7 +3035,7 @@ _PyObject_DebugMallocStats(FILE *out) fputc('\n', out); - /* Account for what all of those arena bytes are being used for. */ + /* Account for what all of those arena bytes are being used for. */ total = printone(out, "# bytes in allocated blocks", allocated_bytes); total += printone(out, "# bytes in available blocks", available_bytes); |