From: Emilio G. Cota Date: Fri, 6 Sep 2019 20:26:35 +0000 (+0100) Subject: atomic_template: fix indentation in GEN_ATOMIC_HELPER X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d2fac5f678559474134bf1f5915a0bb58d946433;p=qemu.git atomic_template: fix indentation in GEN_ATOMIC_HELPER Reviewed-by: Alex Bennée Signed-off-by: Emilio G. Cota Reviewed-by: Richard Henderson Signed-off-by: Alex Bennée Signed-off-by: Peter Maydell --- diff --git a/accel/tcg/atomic_template.h b/accel/tcg/atomic_template.h index df9c838817..287433d809 100644 --- a/accel/tcg/atomic_template.h +++ b/accel/tcg/atomic_template.h @@ -149,7 +149,7 @@ ABI_TYPE ATOMIC_NAME(xchg)(CPUArchState *env, target_ulong addr, #define GEN_ATOMIC_HELPER(X) \ ABI_TYPE ATOMIC_NAME(X)(CPUArchState *env, target_ulong addr, \ - ABI_TYPE val EXTRA_ARGS) \ + ABI_TYPE val EXTRA_ARGS) \ { \ ATOMIC_MMU_DECLS; \ DATA_TYPE *haddr = ATOMIC_MMU_LOOKUP; \