musikr: reformat
This commit is contained in:
parent
e442fcf253
commit
357c7cc329
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ JInputStream::~JInputStream() {
|
|||
// so we don't need to delete any references here
|
||||
}
|
||||
|
||||
TagLib::FileName /* const char * */ JInputStream::name() const {
|
||||
TagLib::FileName /* const char * */JInputStream::name() const {
|
||||
return _name.toCString(true);
|
||||
}
|
||||
|
||||
|
|
|
@ -37,7 +37,7 @@ public:
|
|||
/*!
|
||||
* Returns the stream name in the local file system encoding.
|
||||
*/
|
||||
TagLib::FileName /* const char * */ name() const override;
|
||||
TagLib::FileName /* const char * */name() const override;
|
||||
|
||||
/*!
|
||||
* Reads a block of size \a length at the current get pointer.
|
||||
|
|
Loading…
Reference in a new issue