1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

malloc: Remove unwanted leading whitespace in malloc_info [BZ #24867]

It was introduced in commit 6c8dbf00f5
("Reformat malloc to gnu style.").

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Florian Weimer
2019-08-01 14:06:24 +02:00
parent e1df30fbc2
commit b0f6679bcd
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2019-08-01 Florian Weimer <fweimer@redhat.com>
[BZ #24867]
* malloc/malloc.c (__malloc_info): Remove unwanted leading
whitespace.
2019-08-01 Adhemerval Zanella <adhemerval.zanella@linaro.org>
[BZ #15813]