Hi!
On Thu, Nov 23, 2017 at 10:26:28AM +0100, Jakub Jelinek wrote:
> While looking at this function, I found so many formatting issues
> (indentation and spacing) that I've decided to post a patch. As an
> additional cleanup, I've moved the temp and g declarations to the top of
> the function, so
Hi!
While looking at this function, I found so many formatting issues
(indentation and spacing) that I've decided to post a patch. As an
additional cleanup, I've moved the temp and g declarations to the top of
the function, so that {}s don't need to clutter most of the cases.
The patch shouldn't