Fix mixed spaces and indentation

Signed-off-by: Ricky Zhang <rickyzhang@gmail.com>
This commit is contained in:
Ricky Zhang 2017-08-29 21:11:07 -04:00
parent da5ea79a0f
commit 54680714e3
No known key found for this signature in database
GPG Key ID: 681AFAEF6CDEDB4C

View File

@ -526,7 +526,7 @@ static int verify_ea (int reg, amodes mode, wordsizes size, uae_u32 *val)
break;
case Ad8r:
addr = m68k_areg (regs, reg);
d8r_common:
d8r_common:
dp = get_iword_1 (m68kpc_offset); m68kpc_offset += 2;
disp8 = dp & 0xFF;
r = (dp & 0x7000) >> 12;