]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tcg/i386/tcg-target.inc.c
avoid TABs in files that only contain a few
[mirror_qemu.git] / tcg / i386 / tcg-target.inc.c
index c21c3272f2a6b3fafc4184c97a82c69392b47fbd..1b4e3b80e17f26a3dd6a9214fc9c06d734fe4c5d 100644 (file)
@@ -3392,8 +3392,8 @@ static void tcg_target_qemu_prologue(TCGContext *s)
     tcg_out_addi(s, TCG_REG_ESP, -stack_addend);
     /* jmp *tb.  */
     tcg_out_modrm_offset(s, OPC_GRP5, EXT5_JMPN_Ev, TCG_REG_ESP,
-                        (ARRAY_SIZE(tcg_target_callee_save_regs) + 2) * 4
-                        + stack_addend);
+                         (ARRAY_SIZE(tcg_target_callee_save_regs) + 2) * 4
+                         + stack_addend);
 #else
 # if !defined(CONFIG_SOFTMMU) && TCG_TARGET_REG_BITS == 64
     if (guest_base) {