target-arm: Reindent ancient page-table-walk code
commit554b0b09aec4579c8164f363b18a263150e91a2c
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Feb 2015 13:37:24 +0000 (5 13:37 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 5 Feb 2015 13:37:24 +0000 (5 13:37 +0000)
tree8965bea70e6d54cd818c63913f479fec79765038
parent0480f69abf849ca0d48928cc6c669c1c7264239b
target-arm: Reindent ancient page-table-walk code

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 <peter.maydell@linaro.org>
Reviewed-by: Greg Bellows <greg.bellows@linaro.org>
Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
target-arm/helper.c