]> granicus.if.org Git - taglib/commitdiff
No tabs in TagLib
authorScott Wheeler <scott@directededge.com>
Tue, 10 Sep 2019 11:08:11 +0000 (13:08 +0200)
committerScott Wheeler <scott@directededge.com>
Tue, 10 Sep 2019 11:08:11 +0000 (13:08 +0200)
taglib/CMakeLists.txt
taglib/mpeg/mpegfile.cpp

index 77b0978db9dc16b2105f8c8b4ee3e42bd314bf8f..ec30e14c917522fa0b696e2d550ac7ff5c126e0f 100644 (file)
@@ -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)
index 517aea569ac8311cfad92770dbaa76bf3a93217a..29a527e8b5a0357e8d59ed612535351e595e4c47 100644 (file)
@@ -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);