From 67ba31b4663271d4d2c4f411c722fc96012b9d9d Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Sun, 28 Sep 2014 14:19:54 +0100 Subject: [PATCH] Style fix --- src/libtomahawk/Result.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/libtomahawk/Result.cpp b/src/libtomahawk/Result.cpp index b2f207d16..ad73fd6ed 100644 --- a/src/libtomahawk/Result.cpp +++ b/src/libtomahawk/Result.cpp @@ -242,7 +242,9 @@ Result::toString() const .arg( m_track->track() ) .arg( m_track->album().isEmpty() ? QString() : QString( " on %1" ).arg( m_track->album() ) ) .arg( m_url ); - } else { + } + else + { return QString( "Result(%1, score: %2) (%3)" ) .arg( id() ) .arg( m_score )