mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Fix some vertical alignments
ie. uses spaces for alignment.
This commit is contained in:
@ -82,7 +82,7 @@ bool CVolumeWiiCrypted::Read(u64 _ReadOffset, u64 _Length, u8* _pBuffer) const
|
||||
|
||||
// increase buffers
|
||||
_Length -= CopySize;
|
||||
_pBuffer += CopySize;
|
||||
_pBuffer += CopySize;
|
||||
_ReadOffset += CopySize;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user