From 1fb507e92d273452ec7b73d402ac205cc8b0d90a Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sun, 9 Dec 2012 11:09:14 +0100 Subject: [PATCH] * Style fix in LastFmInfoPlugin. --- src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp b/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp index 14d0a3e12..86fb827a0 100644 --- a/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp +++ b/src/libtomahawk/accounts/lastfm/LastFmInfoPlugin.cpp @@ -732,10 +732,10 @@ LastFmInfoPlugin::artistInfoReturned() QString biography = lfm["artist"]["bio"]["content"].text().trimmed().replace( "User-contributed text is available under the Creative Commons By-SA License and may also be available under the GNU FDL.", "" ); biography = biography.replace( tagRegExp, "" ) - .replace( artistRegExp, "" ) - .replace( albumRegExp, "" ) - .replace( trackRegExp, "" ) - .replace( "&album=_", "" ); + .replace( artistRegExp, "" ) + .replace( albumRegExp, "" ) + .replace( trackRegExp, "" ) + .replace( "&album=_", "" ); QVariantHash siteData; siteData[ "site" ] = "last.fm";