1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 03:40:16 +02:00

Fix odd indentation.

This commit is contained in:
Thierry Goeckel
2014-10-05 16:50:28 +02:00
parent 28c8251efe
commit 4c78ad087e

View File

@@ -364,9 +364,9 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results )
httpResults << r; httpResults << r;
else else
cleanResults << r; cleanResults << r;
}const }
ResultUrlChecker* checker = new ResultUrlChecker( q, httpResults ); const ResultUrlChecker* checker = new ResultUrlChecker( q, httpResults );
connect( checker, SIGNAL( done() ), SLOT( onResultUrlCheckerDone() ) ); connect( checker, SIGNAL( done() ), SLOT( onResultUrlCheckerDone() ) );
addResultsToQuery( q, cleanResults ); addResultsToQuery( q, cleanResults );