fileref: Adapt formatting to TagLib code style

This commit is contained in:
Urs Fleisch
2022-02-27 07:11:53 +01:00
parent a7eb7735ee
commit e255e749e8
3 changed files with 12 additions and 9 deletions
+6 -6
View File
@@ -110,12 +110,12 @@ namespace TagLib {
class TAGLIB_EXPORT StreamTypeResolver : public FileTypeResolver
{
TAGLIB_IGNORE_MISSING_DESTRUCTOR
public:
virtual File *createFileFromStream(IOStream* stream,
bool readAudioProperties = true,
AudioProperties::ReadStyle
audioPropertiesStyle = AudioProperties::Average) const = 0;
TAGLIB_IGNORE_MISSING_DESTRUCTOR
public:
virtual File *createFileFromStream(IOStream *stream,
bool readAudioProperties = true,
AudioProperties::ReadStyle
audioPropertiesStyle = AudioProperties::Average) const = 0;
};
/*!