# HG changeset patch # User Michael Pavone # Date 1420788041 28800 # Node ID 858e31f977ae1636dda5d62238a975e2de5a1cde # Parent 8c546bc1d7732ac0f5cbe47be437bb414cbacd7d A couple more indentation fixes diff -r 8c546bc1d773 -r 858e31f977ae m68k_core_x86.c --- a/m68k_core_x86.c Thu Jan 08 21:00:21 2015 -0800 +++ b/m68k_core_x86.c Thu Jan 08 23:20:41 2015 -0800 @@ -649,7 +649,7 @@ mov_ir(code, inst->address, opts->gen.scratch2, SZ_D); if (src.base == opts->gen.scratch1 && !(inst->dst.params.regs.sec & 1)) { push_r(code, opts->gen.scratch1); - } + } calc_index_disp8(opts, &inst->dst, opts->gen.scratch2); if (src.base == opts->gen.scratch1 && !(inst->dst.params.regs.sec & 1)) { pop_r(code, opts->gen.scratch1); @@ -691,7 +691,7 @@ if (inst->dst.addr_mode != MODE_AREG) { cmp_ir(code, 0, flags_reg, inst->extra.size); update_flags(opts, N|Z|V0|C0); -} + } if (inst->dst.addr_mode != MODE_REG && inst->dst.addr_mode != MODE_AREG) { m68k_write_size(opts, inst->extra.size); if (inst->dst.addr_mode == MODE_AREG_POSTINC) {