Skip to content

Commit

Permalink
DVDInterface: Amend lint formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lioncash committed Jun 7, 2017
1 parent 337f4e2 commit ddedb11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Source/Core/Core/HW/DVD/DVDInterface.cpp
Expand Up @@ -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)
{
Expand Down

0 comments on commit ddedb11

Please sign in to comment.