]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/s390x/tcg-target.c.inc
tcg/s390x: Fix coding style
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 30 Nov 2022 13:26:52 +0000 (14:26 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 5 Jan 2023 00:20:01 +0000 (16:20 -0800)
commitdba6a9ebc1466cc6d495f2206ba8339e96e2abd5
tree9b06cfc95e8ae3081d795fcf0b3a349a1d0ea46f
parented145144c465f8e1ba7d5b692450c135c45af3db
tcg/s390x: Fix coding style

We are going to modify this code, so fix its style first to avoid:

  ERROR: spaces required around that '*' (ctx:VxV)
  #281: FILE: tcg/s390x/tcg-target.c.inc:1224:
  +        uintptr_t mask = ~(0xffffull << i*16);
                                            ^

Reviewed-by: Wilfred Mallawa <wilfred.mallawa@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20221130132654.76369-2-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target.c.inc