musikr: reformat

This commit is contained in:
Alexander Capehart 2025-02-21 09:34:37 -07:00
parent e442fcf253
commit 357c7cc329
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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.