1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 21:57:41 +02:00

Coding style.

This commit is contained in:
Christian Muehlhaeuser
2016-02-06 07:07:40 +01:00
parent 2bb0113515
commit 6035889b90

View File

@@ -595,8 +595,8 @@ Pipeline::shunt( const query_ptr& q )
// we get here if we disable a resolver while a query is resolving // we get here if we disable a resolver while a query is resolving
// OR we are just out of resolvers while query is still resolving // OR we are just out of resolvers while query is still resolving
//since we seem to at least tried to kick off all of the resolvers, // since we seem to at least tried to kick off all of the resolvers,
//remove the '.keep' entry // remove the '.keep' entry
decQIDState( q, nullptr ); decQIDState( q, nullptr );
return; return;
} }