fileref: Adapt formatting to TagLib code style

This commit is contained in:
Urs Fleisch
2022-02-27 07:03:36 +01:00
parent a7eb7735ee
commit e255e749e8
3 changed files with 12 additions and 9 deletions

View File

@ -60,6 +60,7 @@ namespace
return new Ogg::Vorbis::File(fileName);
}
};
class DummyStreamResolver : public FileRef::StreamTypeResolver
{
public:
@ -67,6 +68,7 @@ namespace
{
return 0;
}
virtual File *createFileFromStream(IOStream *s, bool, AudioProperties::ReadStyle) const
{
return new MP4::File(s);