target/arm/translate-vfp.c: Whitespace fixes

In the code for handling VFP system register accesses there is some
stray whitespace after a unary '-' operator, and also some incorrect
indent in a couple of function prototypes.  We're about to move this
code to another file, so fix the code style issues first so
checkpatch doesn't complain about the code-movement patch.

Cc: qemu-stable@nongnu.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210618141019.10671-2-peter.maydell@linaro.org
This commit is contained in:
Peter Maydell 2021-06-18 15:10:13 +01:00
parent 741292face
commit 41b3ffc599

View File

@ -771,7 +771,6 @@ static void gen_branch_fpInactive(DisasContext *s, TCGCond cond,
} }
static bool gen_M_fp_sysreg_write(DisasContext *s, int regno, static bool gen_M_fp_sysreg_write(DisasContext *s, int regno,
fp_sysreg_loadfn *loadfn, fp_sysreg_loadfn *loadfn,
void *opaque) void *opaque)
{ {