mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 23:40:14 +00:00
remvoed trailing whitespaces
This commit is contained in:
parent
dc694af672
commit
2bfe02d8d0
@ -101,7 +101,7 @@ void DisassemblerModel::ParseFromAddress(unsigned int address) {
|
|||||||
const unsigned int chunk_size = 1000 * 100;
|
const unsigned int chunk_size = 1000 * 100;
|
||||||
|
|
||||||
base_address = address;
|
base_address = address;
|
||||||
|
|
||||||
unsigned int num_rows = (base_address + chunk_size - code_size - address) / 4;
|
unsigned int num_rows = (base_address + chunk_size - code_size - address) / 4;
|
||||||
|
|
||||||
beginInsertRows(QModelIndex(), 0, num_rows);
|
beginInsertRows(QModelIndex(), 0, num_rows);
|
||||||
|
Loading…
Reference in New Issue
Block a user