From: Tsuda Kageyu Date: Tue, 29 Nov 2016 01:38:11 +0000 (+0900) Subject: Small fix in style. X-Git-Tag: v1.12-beta-1~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6df61cf2af02189d37f783b63745efca00d1bd34;p=taglib Small fix in style. --- 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);