1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-19 23:41:51 +02:00

fix style

This commit is contained in:
Anton Romanov 2015-05-28 17:08:38 -07:00
parent ada8594732
commit e83b476db4

View File

@ -563,7 +563,7 @@ Pipeline::shunt( const query_ptr& q )
{
tLog( LOGVERBOSE ) << "Dispatching to resolver" << r->name() << r->timeout() << q->toString() << q->solved() << q->id();
incQIDState(q, r);
incQIDState( q, r );
q->setCurrentResolver( r );
r->resolve( q );
emit resolving( q );