mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 14:34:23 -04:00
Remove trailing whitespace
This commit is contained in:
@ -40,7 +40,7 @@ public:
|
||||
bpmSpeed(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
ushort lengthInPatterns;
|
||||
int channels;
|
||||
ushort version;
|
||||
@ -57,7 +57,7 @@ XM::Properties::Properties(AudioProperties::ReadStyle propertiesStyle) :
|
||||
AudioProperties(propertiesStyle),
|
||||
d(new PropertiesPrivate)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
XM::Properties::~Properties()
|
||||
{
|
||||
|
@ -38,7 +38,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