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:
@@ -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 );
|
||||||
|
Reference in New Issue
Block a user