Re: [Qemu-devel] [PATCH v2 10/11] target-arm: Reindent ancient page-table-walk code

2015-01-29 Thread Edgar E. Iglesias
On Thu, Jan 29, 2015 at 06:55:16PM +, Peter Maydell wrote: > A few of the oldest parts of the page-table-walk code have broken indent > (either hardcoded tabs or two-spaces). Reindent these sections. > > For ease of review, this patch does not touch the brace style and > so is a whitespace-onl

[Qemu-devel] [PATCH v2 10/11] target-arm: Reindent ancient page-table-walk code

2015-01-29 Thread Peter Maydell
A few of the oldest parts of the page-table-walk code have broken indent (either hardcoded tabs or two-spaces). Reindent these sections. For ease of review, this patch does not touch the brace style and so is a whitespace-only change. Signed-off-by: Peter Maydell Reviewed-by: Greg Bellows ---