aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/flac
diff options
context:
space:
mode:
authorgonemad <gonemad@gmail.com>2012-10-11 22:10:19 -0400
committergonemad <gonemad@gmail.com>2012-10-11 22:10:19 -0400
commit6b9ef6421fb145db9a902c25747bde9217ea2741 (patch)
tree1069f31194f778c02f2ae78c501015ab068593cf /taglib/flac
parentd15c8453ac75d9070008b9170ae114ea31a4b586 (diff)
Fixed indents
Diffstat (limited to 'taglib/flac')
-rw-r--r--taglib/flac/flacfile.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/taglib/flac/flacfile.cpp b/taglib/flac/flacfile.cpp
index 291c42d0..0bfe84c3 100644
--- a/taglib/flac/flacfile.cpp
+++ b/taglib/flac/flacfile.cpp
@@ -110,7 +110,7 @@ FLAC::File::File(FileName file, bool readProperties,
{
d = new FilePrivate;
if(isOpen())
- read(readProperties, propertiesStyle);
+ read(readProperties, propertiesStyle);
}
FLAC::File::File(FileName file, ID3v2::FrameFactory *frameFactory,
@@ -120,7 +120,7 @@ FLAC::File::File(FileName file, ID3v2::FrameFactory *frameFactory,
d = new FilePrivate;
d->ID3v2FrameFactory = frameFactory;
if(isOpen())
- read(readProperties, propertiesStyle);
+ read(readProperties, propertiesStyle);
}
FLAC::File::File(IOStream *stream, ID3v2::FrameFactory *frameFactory,
@@ -130,7 +130,7 @@ FLAC::File::File(IOStream *stream, ID3v2::FrameFactory *frameFactory,
d = new FilePrivate;
d->ID3v2FrameFactory = frameFactory;
if(isOpen())
- read(readProperties, propertiesStyle);
+ read(readProperties, propertiesStyle);
}
FLAC::File::~File()