From 6df61cf2af02189d37f783b63745efca00d1bd34 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu Date: Tue, 29 Nov 2016 10:38:11 +0900 Subject: [PATCH] Small fix in style. --- taglib/flac/flacfile.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/taglib/flac/flacfile.cpp b/taglib/flac/flacfile.cpp index dba54d58..93a0e952 100644 --- a/taglib/flac/flacfile.cpp +++ b/taglib/flac/flacfile.cpp @@ -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); -- 2.40.0