mirror of
https://github.com/taglib/taglib.git
synced 2025-08-15 10:44:39 -04:00
Remove trailing whitespace
This commit is contained in:
@ -33,7 +33,7 @@ public:
|
||||
lengthInPatterns(0)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
int channels;
|
||||
uint instrumentCount;
|
||||
uchar lengthInPatterns;
|
||||
|
@ -34,7 +34,7 @@ namespace TagLib {
|
||||
public:
|
||||
Properties(AudioProperties::ReadStyle propertiesStyle);
|
||||
virtual ~Properties();
|
||||
|
||||
|
||||
int length() const;
|
||||
int bitrate() const;
|
||||
int sampleRate() const;
|
||||
|
@ -150,10 +150,10 @@ namespace TagLib {
|
||||
/*!
|
||||
* Sets the tracker name to \a trackerName. If \a trackerName is
|
||||
* String::null then this value will be cleared.
|
||||
*
|
||||
*
|
||||
* Note that only XM files support this tag. Setting the
|
||||
* tracker name for other module file formats will be ignored.
|
||||
*
|
||||
*
|
||||
* The length of this tag is limited to 20 characters (1 character
|
||||
* = 1 byte).
|
||||
*/
|
||||
|
Reference in New Issue
Block a user