DVDInterface: Amend lint formatting issues

This commit is contained in:
Lioncash 2017-06-07 01:07:43 -04:00
parent b676edd80c
commit d9bb2ce3af
1 changed files with 2 additions and 3 deletions

View File

@ -1214,9 +1214,8 @@ void ScheduleReads(u64 offset, u32 length, const DiscIO::Partition& partition, u
u32 buffered_blocks = 0;
u32 unbuffered_blocks = 0;
const u32 bytes_per_chunk = partition == DiscIO::PARTITION_NONE ?
DVD_ECC_BLOCK_SIZE :
DiscIO::VolumeWii::BLOCK_DATA_SIZE;
const u32 bytes_per_chunk =
partition == DiscIO::PARTITION_NONE ? DVD_ECC_BLOCK_SIZE : DiscIO::VolumeWii::BLOCK_DATA_SIZE;
while (length > 0)
{