]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Unindent unnecessary else-clause
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 4 Feb 2022 16:55:04 +0000 (16:55 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 21 Feb 2022 13:30:20 +0000 (13:30 +0000)
commitddaebdda53fc850d947e5983b14ae113e2bf805a
tree91b0b0940a92e79a4b65e1fa02513d90404e2297
parent0baa21be497ddbd8f4eea920464aaa096004733b
target/arm: Unindent unnecessary else-clause

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 <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Alexander Graf <agraf@csgraf.de>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20220204165506.2846058-5-peter.maydell@linaro.org
target/arm/cpu64.c