From dc0f667a4ce308b16e0e80ff6bc558ac9c6e89f6 Mon Sep 17 00:00:00 2001 From: Scott Wheeler Date: Tue, 10 Sep 2019 13:08:11 +0200 Subject: No tabs in TagLib --- taglib/CMakeLists.txt | 3 +-- taglib/mpeg/mpegfile.cpp | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/taglib/CMakeLists.txt b/taglib/CMakeLists.txt index 77b0978d..ec30e14c 100644 --- a/taglib/CMakeLists.txt +++ b/taglib/CMakeLists.txt @@ -366,8 +366,7 @@ set_target_properties(tag PROPERTIES PUBLIC_HEADER "${tag_HDRS}" ) if(VISIBILITY_HIDDEN) - set_target_properties(tag PROPERTIES C_VISIBILITY_PRESET hidden - ) + set_target_properties(tag PROPERTIES C_VISIBILITY_PRESET hidden) endif() if(BUILD_FRAMEWORK) diff --git a/taglib/mpeg/mpegfile.cpp b/taglib/mpeg/mpegfile.cpp index 517aea56..29a527e8 100644 --- a/taglib/mpeg/mpegfile.cpp +++ b/taglib/mpeg/mpegfile.cpp @@ -109,8 +109,8 @@ bool MPEG::File::isSupported(IOStream *stream) const ByteVector buffer = Utils::readHeader(stream, bufferSize(), true, &headerOffset); if(buffer.isEmpty()) - return false; - + return false; + const long originalPosition = stream->tell(); AdapterFile file(stream); -- cgit v1.2.3