From 4c78ad087e1f72783e47807d00f9dea055cf7641 Mon Sep 17 00:00:00 2001 From: Thierry Goeckel Date: Sun, 5 Oct 2014 16:50:28 +0200 Subject: [PATCH] Fix odd indentation. --- src/libtomahawk/Pipeline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/Pipeline.cpp b/src/libtomahawk/Pipeline.cpp index d6aa69bf3..fbb4c0be2 100644 --- a/src/libtomahawk/Pipeline.cpp +++ b/src/libtomahawk/Pipeline.cpp @@ -364,9 +364,9 @@ Pipeline::reportResults( QID qid, const QList< result_ptr >& results ) httpResults << r; else cleanResults << r; - }const + } - ResultUrlChecker* checker = new ResultUrlChecker( q, httpResults ); + const ResultUrlChecker* checker = new ResultUrlChecker( q, httpResults ); connect( checker, SIGNAL( done() ), SLOT( onResultUrlCheckerDone() ) ); addResultsToQuery( q, cleanResults );