]> granicus.if.org Git - taglib/commitdiff
Small fix in style.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 29 Nov 2016 01:38:11 +0000 (10:38 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Tue, 29 Nov 2016 01:38:11 +0000 (10:38 +0900)
taglib/flac/flacfile.cpp

index dba54d58ff0b78b84fed2a0bcc65f6baf36beb0a..93a0e952e84a84101931aa19a1ced58ee9c0c335 100644 (file)
@@ -168,9 +168,8 @@ bool FLAC::File::save()
   }
 
   // Create new vorbis comments
-  if (!hasXiphComment())
+  if(!hasXiphComment())
     Tag::duplicate(&d->tag, xiphComment(true), false);
-  
 
   d->xiphCommentData = xiphComment()->render(false);