mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-13 01:37:56 -05:00
Remove every trailing whitespace from the project (but externals).
This commit is contained in:
@ -813,7 +813,7 @@ Opcode ARM_Disasm::Decode11(uint32_t insn) {
|
||||
// SWI
|
||||
return OP_SWI;
|
||||
}
|
||||
|
||||
|
||||
uint8_t bit4 = (insn >> 4) & 0x1;
|
||||
uint8_t cpnum = (insn >> 8) & 0xf;
|
||||
|
||||
|
Reference in New Issue
Block a user