mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Run code through the advanced tool 'sed' to remove trailing whitespace.
This commit is contained in:
@ -39,7 +39,7 @@ const u8 *SectorReader::GetBlockData(u64 block_num)
|
||||
{
|
||||
return cache[0];
|
||||
}
|
||||
else
|
||||
else
|
||||
{
|
||||
GetBlock(block_num, cache[0]);
|
||||
cache_tags[0] = block_num;
|
||||
|
Reference in New Issue
Block a user