changeset 689:858e31f977ae

A couple more indentation fixes
author Michael Pavone <pavone@retrodev.com>
date Thu, 08 Jan 2015 23:20:41 -0800
parents 8c546bc1d773
children fc04781f4d28
files m68k_core_x86.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) {