Skip to content

Commit

Permalink
Fixed one indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dmdmdm authored and hatstand committed May 24, 2020
1 parent 0f2e894 commit 40575e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/libclementine-tagreader/tagreader.cpp
Expand Up @@ -166,7 +166,7 @@ void TagReader::GuessArtistAndTitle(pb::tagreader::SongMetadata *song) const {
artist = artist.trimmed();
title = title.trimmed();
if (!artist.isEmpty()) { song->set_artist(artist.toUtf8().data()); }
if (!title.isEmpty()) { song->set_title(title.toUtf8().data()); }
if (!title.isEmpty()) { song->set_title(title.toUtf8().data()); }
}

TagReader::TagReader()
Expand Down

0 comments on commit 40575e8

Please sign in to comment.