OSDN Git Service

target-arm: Fix broken indentation in arm_cpu_reest()
authorMartin Galvan <martin.galvan@tallertechnologies.com>
Fri, 12 Sep 2014 13:06:48 +0000 (14:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 12 Sep 2014 13:06:48 +0000 (14:06 +0100)
commit34bf774485a1259fc50515e8d761bd543bb316c8
tree38270704a6de9415347ec52eb1f29307e26ace1e
parent6e3cf5df01bfa192ca162716670cf368ba1338dd
target-arm: Fix broken indentation in arm_cpu_reest()

Fix a single misindented line in arm_cpu_reset().

Signed-off-by: Martin Galvan <martin.galvan@tallertechnologies.com>
[PMM: split this out from the previous commit]
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/cpu.c