mirror of
https://github.com/taglib/taglib.git
synced 2025-11-17 07:02:53 -05:00
Fixed indents
This commit is contained in:
@ -91,7 +91,7 @@ APE::File::File(FileName file, bool readProperties,
|
||||
{
|
||||
d = new FilePrivate;
|
||||
if(isOpen())
|
||||
read(readProperties, propertiesStyle);
|
||||
read(readProperties, propertiesStyle);
|
||||
}
|
||||
|
||||
APE::File::File(IOStream *stream, bool readProperties,
|
||||
@ -99,7 +99,7 @@ APE::File::File(IOStream *stream, bool readProperties,
|
||||
{
|
||||
d = new FilePrivate;
|
||||
if(isOpen())
|
||||
read(readProperties, propertiesStyle);
|
||||
read(readProperties, propertiesStyle);
|
||||
}
|
||||
|
||||
APE::File::~File()
|
||||
|
||||
Reference in New Issue
Block a user