Re: [PATCH 4/6] target/arm: Unindent unnecessary else-clause

2022-02-05 Thread Richard Henderson
On 2/5/22 03:55, Peter Maydell wrote: Now that the if() branch of the condition in aarch64_max_initfn() returns early, we don't need to keep the rest of the code in the function inside an else block. Remove the else, unindenting that code. Signed-off-by: Peter Maydell --- target/arm/cpu64.c |

[PATCH 4/6] target/arm: Unindent unnecessary else-clause

2022-02-04 Thread Peter Maydell
Now that the if() branch of the condition in aarch64_max_initfn() returns early, we don't need to keep the rest of the code in the function inside an else block. Remove the else, unindenting that code. Signed-off-by: Peter Maydell --- target/arm/cpu64.c | 288 +++-