Skip to content

Commit

Permalink
Minor codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amuttsch committed Dec 31, 2013
1 parent 98ad9db commit b50b2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/albumcoverchoicecontroller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ void AlbumCoverChoiceController::SearchCoverAutomatically(const Song& song) {
}

void AlbumCoverChoiceController::AlbumCoverFetched(quint64 id,
const QImage &image,
const CoverSearchStatistics &statistics) {
const QImage& image,
const CoverSearchStatistics& statistics) {
Song song;
if (cover_fetching_tasks_.contains(id)) {
song = cover_fetching_tasks_.take(id);
Expand Down

0 comments on commit b50b2c2

Please sign in to comment.