mirror of
https://github.com/taglib/taglib.git
synced 2026-04-05 21:52:43 -04:00
Remove trailing whitespace
This commit is contained in:
@ -118,7 +118,7 @@ bool S3M::File::save()
|
||||
}
|
||||
|
||||
seek(channels, Current);
|
||||
|
||||
|
||||
StringList lines = d->tag.comment().split("\n");
|
||||
// write comment as sample names:
|
||||
for(ushort i = 0; i < sampleCount; ++ i) {
|
||||
@ -189,7 +189,7 @@ void S3M::File::read(bool)
|
||||
if(setting != 0xff) ++ channels;
|
||||
}
|
||||
d->properties.setChannels(channels);
|
||||
|
||||
|
||||
seek(96);
|
||||
ushort realLength = 0;
|
||||
for(ushort i = 0; i < length; ++ i) {
|
||||
|
||||
@ -42,7 +42,7 @@ public:
|
||||
bpmSpeed(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
ushort lengthInPatterns;
|
||||
int channels;
|
||||
bool stereo;
|
||||
|
||||
@ -43,7 +43,7 @@ namespace TagLib {
|
||||
|
||||
Properties(AudioProperties::ReadStyle propertiesStyle);
|
||||
virtual ~Properties();
|
||||
|
||||
|
||||
int length() const;
|
||||
int bitrate() const;
|
||||
int sampleRate() const;
|
||||
|
||||
Reference in New Issue
Block a user