mirror of
https://github.com/taglib/taglib.git
synced 2026-04-05 21:52:43 -04:00
code formatting fixes
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user