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