mirror of
https://github.com/taglib/taglib.git
synced 2025-07-21 06:24:19 -04:00
Fixed indents
This commit is contained in:
@ -87,7 +87,7 @@ WavPack::File::File(FileName file, bool readProperties,
|
||||
{
|
||||
d = new FilePrivate;
|
||||
if(isOpen())
|
||||
read(readProperties, propertiesStyle);
|
||||
read(readProperties, propertiesStyle);
|
||||
}
|
||||
|
||||
WavPack::File::File(IOStream *stream, bool readProperties,
|
||||
@ -95,7 +95,7 @@ WavPack::File::File(IOStream *stream, bool readProperties,
|
||||
{
|
||||
d = new FilePrivate;
|
||||
if(isOpen())
|
||||
read(readProperties, propertiesStyle);
|
||||
read(readProperties, propertiesStyle);
|
||||
}
|
||||
|
||||
WavPack::File::~File()
|
||||
|
Reference in New Issue
Block a user