code formatting fixes

This commit is contained in:
Mathias Panzenböck
2011-06-14 01:18:38 +02:00
parent 54e9656474
commit 9b2bb4af34
2 changed files with 4 additions and 4 deletions

View File

@ -124,7 +124,7 @@ void S3M::File::read(bool)
for(int i = 0; i < 32; ++ i)
{
READ_BYTE_AS(terminator);
if (terminator != 0xff) ++ channels;
if(terminator != 0xff) ++ channels;
}
d->properties.setChannels(channels);