This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Fix formatting in arena.c
- From: Roland McGrath <roland at hack dot frob dot com>
- To: Siddhesh Poyarekar <siddhesh at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Fri, 10 Aug 2012 13:16:19 -0700 (PDT)
- Subject: Re: [PATCH] Fix formatting in arena.c
- References: <20120811011240.4bdcc89e@spoyarek>
Actually in this case (and some others) it's not an "obvious" case at
all. That is code we originally imported from elsewhere, and so we
left its formatting alone so as to minimize gratuitous diffs from the
original. In the case of malloc, we have diverged quite a lot from
the original versions we started with and may well never try to track
any changes from those, so it matters less than it might. But
regardless, I don't think we want to reformat the malloc code any time soon.