[Core/Misc] fixed code formatting

This commit is contained in:
EkeEke 2016-05-01 20:04:40 +02:00
parent c6b62fcec7
commit 79570c7d4e
2 changed files with 2 additions and 2 deletions

View File

@ -1627,7 +1627,7 @@ static void default_time_w(uint32 address, uint32 data)
}
else
{
mapper_sega_w(data);
mapper_sega_w(data);
}
}

View File

@ -257,7 +257,7 @@ void s68k_run(unsigned int cycles)
REG_IR = m68ki_read_imm_16();
/* Execute instruction */
m68ki_instruction_jump_table[REG_IR]();
m68ki_instruction_jump_table[REG_IR]();
USE_CYCLES(CYC_INSTRUCTION[REG_IR]);
/* Trace m68k_exception, if necessary */